Edexcel OnCourse Databases Unit 9. Edexcel OnCourse Database Structure Presentation Unit 9Slide 2 What is a Database? Databases are everywhere! Student.

Slides:



Advertisements
Similar presentations
How data is stored. Data can be stored in paper-based systems including: Reference books Dictionaries Encyclopaedias Directories Index Files Filing systems.
Advertisements

A database is a collection of data that is stored in a computer system. Databases allow their users to enter, access, and analyze their data quickly and.
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.
Database management system (DBMS)  a DBMS allows users and other software to store and retrieve data in a structured way  controls the organization,
Lecture Microsoft Access and Relational Database Basics.
Relational Databases What is a relational database? What would we use one for? What do they look like? How can we describe them? How can you create one?
Access 2007 ® Use Databases How can Microsoft Access 2007 help you to enter and organize information?
Databases Ms. Scales. What is a Database? Database  A collection of data organized for fast search and retrieval  Examples: Telephone Directories Hospital.
Databases & Data Warehouses Chapter 3 Database Processing.
Microsoft Access Database software. What is a database? … a database is an organized collection of data. A collection of data of similar information compiled.
Introduction to Database Systems
Database Management Systems. This lesson includes the following sections  Databases and Management Systems Working with a Database Enterprise Software.
Access 2007 Database Application Managing Business Information Effectively BCIS 1 and 2.
ASP.NET Programming with C# and SQL Server First Edition
MICROSOFT ACCESS 2007 BTA – Spring What is Access?  Microsoft Access is a database management system…this means that it contains database information.
DATABASE. A database is collection of information that is organized so that it can easily be accessed, managed and updated. It is also the collection.
1 Overview of Databases. 2 Content Databases Example: Access Structure Query language (SQL)
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.
Databases. Database A database is an organized collection of related data.
Chapter 7: Database Systems Succeeding with Technology: Second Edition.
 A database is a collection of data that is organized so that its contents can easily be accessed, managed, and updated. What is Database?
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.
Making a great Project 2 OCR 1994/2360. Design Some candidates dive in, make a database or spreadsheet, then try and make a design afterwards. This won’t.
Relational Databases (MS Access)
Databases The Kingsway School. Database Systems Databases are programs which store information in a logical way. Databases have a structure which helps.
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.
Data and information. Information and data By the end of this, you should be able to state the difference between DATE and INFORMAITON.
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.
Chapter 4c, Database H Definition H Structure H Parts H Types.
® Microsoft Office 2013 Access Creating a Database.
Database Management Systems.  Database management system (DBMS)  Store large collections of data  Organize the data  Becomes a data storage system.
DAY 14: MICROSOFT ACCESS – CHAPTER 1 Madhuri Siddula October 1, 2015.
ITGS Databases.
Introduction to Database Tonga Institute of Higher Education NOS 215.
What have we learned?. What is a database? An organized collection of related data.
Database revision.
1 Technology in Action Chapter 11 Behind the Scenes: Databases and Information Systems Copyright © 2010 Pearson Education, Inc. Publishing as Prentice.
Relational Databases. Relational database  data stored in tables  must put data into the correct tables  define relationship between tables  primary.
GIS Data Models GEOG 370 Christine Erlien, Instructor.
Databases and Speadsheets
Database Management Systems (DBMS)
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.
1 Database Basics: Filemaker 7 Introduction Center for Faculty Development, SJSU Steve Sloan
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.
Lesson 13 Databases Unit 2—Using the Computer. Computer Concepts BASICS - 22 Objectives Define the purpose and function of database software. Identify.
1 Databases A database is a collection of related pieces of information A database can be computerised or non- computerised (manual - such as filing system,
Microsoft Access Database Creation and Management.
Flat Files Relational Databases
OCR CAMBRIDGE NATIONALS UNIT 1 - UNDERSTANDING COMPUTER SYSTEMS DATA CAPTURE METHODS.
Instructor: Pavlos Pavlikas1 How Data is Stored Chapter 8.
Part 1.  To answer the question “what is a database?”  To understand the basic components of a database and start to plan/create our own.
Lesson 13 Databases Lesson Objective: Understand the main features of database software Learning Outcome: Clearly identify the uses of database software.
GCSE ICT How data is stored. How is data stored? Data can be stored in paper-based systems including: –Reference books –Dictionaries –Encyclopaedias –Directories.
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:
DATABASE.
Databases.
Databases Chapter 16.
Database Systems Unit 16.
ICT Database Lesson 1 What is a Database?.
Database Management  .
What is a Database and Why Use One?
Spreadsheets, Modelling & Databases
DATABASES WHAT IS A DATABASE?
The ultimate in data organization
Database Management Systems and Enterprise Software
Presentation transcript:

Edexcel OnCourse Databases Unit 9

Edexcel OnCourse Database Structure Presentation Unit 9Slide 2 What is a Database? Databases are everywhere! Student records Mobile phone call records Supermarket stock records Why use a database? Word Processors are used to process text Spreadsheets are used to process numbers What do databases process? What is data?

Edexcel OnCourse Database Structure Presentation Unit 9Slide 3 What is a Database A database is a collection of data Database Management Software (DBMS) is the application that creates and accesses the database Common DBMS include: Microsoft Access Oracle MySQL Databases store data in a structured way

Edexcel OnCourse Database Structure Presentation Unit 9Slide 4 Database Structure Databases are divided into tables so all the data about a certain thing (student, telephone call, stock item) is stored together Tables are further sub-divided into fields, which set the structure of a table by defining the data items to be stored Each table has a number of Records. Each record describes one ‘thing’ with values for each of the fields What are the benefits of storing data in a structure like this?

Edexcel OnCourse Database Structure Presentation Unit 9Slide 5 Primary Key One field within each table is normally chosen to be the primary key Unique identifier for each record Usually a numeric or alphanumeric code Ensures each record can be uniquely identified Additional keys can be defined to speed up searching for records in a large database

Edexcel OnCourse Database Structure Presentation Unit 9Slide 6 Database Objects Tables – store the data itself Queries – used to answer questions about the data. Can extract records which match certain criteria Reports – used to format the output of data from tables or queries in a user friendly way – mainly for printing. Forms – used to input and/or output data in a user friendly way – for on-screen use

Edexcel OnCourse Database Structure Presentation Unit 9Slide 7 Database Advantages Compared to a paper based filing system: Creating and inserting records is quicker You can sort the records in any order Records can be found quickly, searches can be done on any field Amendments can be easily done Space required is much less Data is more easily shared Compiling reports which draw data from many records is much easier

Edexcel OnCourse Database Structure Presentation Unit 9Slide 8 Database Advantages Compared to other software (e.g. Spreadsheet) Can create multiple related tables (not covered in this unit) Designed for large, multi-user databases Searches can be more complex and can be saved (queries) Can create reports and forms Can create complete applications

Edexcel OnCourse Database Structure Presentation Unit 9Slide 9 Database Disadvantages Database software can be quite expensive, complex to understand and difficult to learn how to use. Large multi-user databases require high performance hardware and expert technical support Databases need to be carefully designed in order to provide the required functionality and performance Care must be taken to ensure that the data that is put into the database is correct. If the database stores data about real people then it must be registered with the Data Protection Act and its requirements must be complied with.