Databases The Kingsway School. Database Systems Databases are programs which store information in a logical way. Databases have a structure which helps.

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

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.
ICDL Software Applications - Database Concepts. Unit 6 Data and Data Representation Database Concepts –File Structure –Relationships Database Design –Data.
Database management system (DBMS)  a DBMS allows users and other software to store and retrieve data in a structured way  controls the organization,
Database Systems. What is a database? A database is an organised store of data items.
Information Storage and Retrieval CS French Chapter 3.
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?
Databases. Objectives Define what a database is. Understand the difference between a flat and relational database Design and create a relational database.
Database terms Mr. Brunton.
2.3 Organising Data for Effective Retrieval
Information and Data What’s the difference between two? Information systems = hardware and software working together… It will take DATA that has been put.
Access 2007 Database Application Managing Business Information Effectively BCIS 1 and 2.
Lesson 1 -What is a Database? -Fields and Records
ICT IGCSE.  Understand a wide range of work-related ICT applications and their effects, including applications in libraries (such as records of books.
 A database is a collection of data that is organized so that its contents can easily be accessed, managed, and updated. What is Database?
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.
Slide 1 St Andrew’s High School Standard Grade Computing Databases Standard Grade Computing Studies.
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.
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.
GCSE Computing#BristolMet Session Objectives# 20 MUST describe a database and discuss the legal implications of storing personal information SHOULD explain.
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.
Some Facts about Databases Key WordsData TypesCoding.
Chapter 17 Creating a Database.
Presented By: Gail Rose-Innes Camps Bay High School ICT & CAT Department Microsoft Access 2010.
Surname:Brown Forename:James Form:7B Date of Birth: Telephone:
Information & Communications Technology An Introduction to Databases.
IT Applications Theory Slideshows By Mark Kelly Vceit.com Last modified : 6 Dec 2013 Databases II: Structure, naming, data types, data formats.
ITGS Databases.
What have we learned?. What is a database? An organized collection of related data.
IE 423 – Design of Decision Support Systems Database development – Building Tables
Database Fundamentals CSC105 Furman University Peggy Batchelor.
Relational Databases. Relational database  data stored in tables  must put data into the correct tables  define relationship between tables  primary.
Microsoft Access.  What is Data ?  Data vs. Information  Database History.  What is a Database?  Examples for Small and Large Databases.  Types.
IT Applications Theory Slideshows Databases II: Structure, Naming, data types, data formats.
Computing and Information Science 1 Databases START.
Data Capture Form The Kingsway School The Exam Question This a very important question on the exam! You need to ensure that you remember the following.
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 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.
Different key fields for different cases More to Learn A key field is a field that can be used to uniquely identify one specific record from other records.
05/02/ Records. 205/02/2016 Learning Objectives State: The difference between records and arrays. The difference between records and arrays. How.
Microsoft Access Prepared by the Academic Faculty Members of IT.
DATA MANAGEMENT 1) File StructureFile Structure 2) Physical OrganisationPhysical Organisation 3) Logical OrganisationLogical Organisation 4) File OrganisationFile.
Data Protection Act The Kingsway School. What is Covered? The act was made law in 1984 and was updated in It covers the storage of personal data.
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 (Microsoft Access). Database A database is an organized collection of related data about a specific topic or purpose. Examples of databases include:
Edexcel OnCourse Databases Unit 9. Edexcel OnCourse Database Structure Presentation Unit 9Slide 2 What is a Database? Databases are everywhere! Student.
DATABASE.
Databases.
Practical Office 2007 Chapter 10
Database Systems Unit 16.
Unit 16 – Database Systems
Types of data This presentation differentiates between ICT professional and end users.
M3 - Estimating the size of a database
GCSE Computing Databases.
Data Types & File Size Calculations
Databases.
Random Access Files / Direct Access Files
Spreadsheets, Modelling & Databases
DATABASES Surname: Brown Forename: James Form: 7B
Microsoft Office Access is the best –selling personal computer database management system. What is Access?
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:

Databases The Kingsway School

Database Systems Databases are programs which store information in a logical way. Databases have a structure which helps when you want to interrogate the database. Data is often organised into tables. A separate table will be created for each set of data that is to be stored. A database has three clear levels: Fields. This is one piece of information e.g. Surname. A field is made up of the data and the name of the field. Records. This is all of the information about one thing (entity) e.g. a pupils information at The Kingsway School. File. This is all the information about one subject. Key field. A database should have one field which is unique and allows a search which can only find one record e.g. Membership Number

Types of Data Alphanumeric (Text). This type of field can hold letters and any other keyboard character including numbers. Remember Telephone Number is a text field. Numeric (Number). This type of field can only hold numbers and is used if calculations need to be done e.g. > or<. Date. This type of field can store data as dates e.g. DoB. Boolean. This type of field can only have two answers. E.g. Yes/No or True/False. It would normally be for a question like MOT? You may be asked to to decide what type of field is required!

Example of Data Structure Secretaries use office software to prepare documents.You need to think about the following when designing a database: Field names Key field? Field Size and type Coding data. Tables are best planned in a grid like this one: Field nameTypeSizeComment Member NoNumber4Key field SurnameText15Few people have names longer than 15 ForenameText10As above DoBDate8Age changes Card IssuedBoolean1Yes or No Memb TypeText1Coded field only needs 1 letter

Length of Records Two types of storage: Fixed Length. A field is a certain size and regardless of whether the data uses all that space the space is used e.g Paul in Forename is only 4 bytes but if the field is 10 it will take 10 bytes of memory. This makes searching easier as the program knows where the record ends and starts but it wastes memory. Variable Length Records. Only the data is stored. A marker e.g. a comma separates each field. No space is wasted but it makes searching slower.

Internet Resource A database is a way of storing information on a computer, often storing millions of records. 1.Record structureRecord structure 2.Data captureData capture 3.Why we use databasesWhy we use databases 4.Why code data?Why code data? 5.Using an AND/OR queryUsing an AND/OR query 6.Who uses databases?Who uses databases? 7.Exam TipsExam Tips 8.GlossaryGlossary Databases and data capture