Lesson 13 Databases Lesson Objective: Understand the main features of database software Learning Outcome: Clearly identify the uses of database software.

Slides:



Advertisements
Similar presentations
Database vocabulary. Data Information entered in a database.
Advertisements

Access 2007 ® Use Databases How can Microsoft Access 2007 help you structure your database?
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 RC D DD CMA C M R B PK E I S H S RC H L I V FK.
WHAT D IS RAW, UNPROCESSED FACTS AND FIGURES COLLECTED, STORED AND PROCESSED BY COMPUTERS.
Database ACCESS. Database A series of objects used to enter, manage, and view data.
Database management system (DBMS)  a DBMS allows users and other software to store and retrieve data in a structured way  controls the organization,
MICROSOFT OFFICE ACCESS 2007.
COMM 226 Database and content management Chitu Okoli Associate Professor in Business Technology Management John Molson School of Business, Concordia University,
FIRST COURSE Microsoft Access (Basics). XP Objectives Define the terms field, record, table, relational database, primary key, and foreign key. Learn.
ISP 121 Week 1 Introduction to Databases. ISP 121, Winter Why a database and not a spreadsheet? You have too many separate files or too much data.
Database Systems. What is a database? A database is an organised store of data items.
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?
MS Access 2007 IT User Services - University of Delaware.
Databases. Objectives Define what a database is. Understand the difference between a flat and relational database Design and create a relational database.
Introduction to Databases. Overview  What is a Database?  What is a Database Management System?  How is information organized in a database?  What.
Lesson 28: Exploring Access Learning Objectives After studying this lesson, you will be able to:  Define database and key terms associated with.
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.
Lesson 1 Introduction of Databases Using Microsoft Access.
**Database Notes** New Unit Plan Microsoft Access - known as a database management system or DBMS Database – a collection of organized information. Can.
Microsoft Access CS 110 Fall Learning to use Access Terms describing database Terms describing database Database views Database views Operations.
Relational Databases (MS Access)
5 5 Data types Logical/Boolean Has only two alternatives: Yes or no, on or off true or false Text/Alphanumeric Refers to all letters and numbers and other.
DAY 12: DATABASE CONCEPT Tazin Afrin September 26,
Database Essentials. Key Terms Big Data Describes a dataset that cannot be stored or processed using traditional database software. Examples: Google search.
Microsoft Access Designing and creating tables and populating data.
Grade 11 Computer Science. Relational Databases  Using the link below, answer questions in your notebooks  Look at Kites.accdb database to refresh your.
Databases (2) Lesson Objective: Understand the purpose of DBMS. Understand data types, queries, forms and reports. Learning Outcome: Make a data table.
INFO1408 Database Design Concepts Week 15: Introduction to Database Management Systems.
DAY 14: MICROSOFT ACCESS – CHAPTER 1 Madhuri Siddula October 1, 2015.
Component 4: Introduction to Information and Computer Science Unit 6a Databases and SQL.
3 / 12 Databases MIS105 Lec13 Irfan Ahmed Ilyas CHAPTER Prepared By:
ITGS Databases.
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.
Lesson Objective: Understand the main features and differences between Word Processing and Desk Top Publishing software. Learning Outcome: Clearly identify.
Quiz questions. 1 A data structure that is made up of fields and records? Table.
Databases and Speadsheets
3/18: Microsoft Access Refresher: What is a relational database? Why use a database? Sample database in MS access. –Fields, records, attributes. –Tables,
Database Management Supplement 1. 2 I. The Hierarchy of Data Database File (Entity, Table) Record (info for a specific entity, Row) Field (Attribute,
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.
Spreadsheet vs Database What’s the difference and who cares?
Database and Information Management Chapter 9 – Computers: Understanding Technology, 3 rd edition.
Lesson 2: Designing a Database and Creating Tables.
Introduction to Databases. What is a database?  A database program is nothing more than an electronic version of a 3x5 card file  A database is defined.
Planning & Creating a Database By Ms. Naira Microsoft Access.
Lesson 13 Databases Unit 2—Using the Computer. Computer Concepts BASICS - 22 Objectives Define the purpose and function of database software. Identify.
A table is a set of data elements (values) that is organized using a model of vertical columns (which are identified by their name) and horizontal rows.
Flat Files Relational Databases
Connecting (relating) Data Tables to get Custom Records (Queries) Database Basics.
DATABASES COLLECTION OF INFORMATION FIELDS & CALCULATED FIELD DATA TYPES LINKED TABLES & FOREIGN KEY.
Databases Computer Technology. First Record Last Record New Record Previous Record Current Record Next Record Working with Microsoft Access (Database)
VOCAB REVIEW. A field that can be computed from other fields Calculated field Click for the answer Next Question.
Database Essentials Lesson 1. Software Orientation.
Database Presentation BIM, Mrs. Bailey. **Database Notes** Use new sheet of paper! Microsoft Access - known as a database management system or DBMS Database.
Edexcel OnCourse Databases Unit 9. Edexcel OnCourse Database Structure Presentation Unit 9Slide 2 What is a Database? Databases are everywhere! Student.
Starter Draw a mind map for topic 6 Databases. Objectives Revise topic CG3.6 Databases using various activities and ensure that topics covered are understood.
Relational Databases Today we will look at: Different ways of searching a database Creating queries Aggregate Queries More complex queries involving different.
1 SQL SERVER 2005 Express CE-105 SPRING 2007 Engr. Faisal ur Rehman.
Databases.
Databases Key Revision Points.
Creating a Database Microsoft Access.
Database Systems Unit 16.
Database Management  .
What is a Database and Why Use One?
Spreadsheets, Modelling & Databases
Presentation transcript:

Lesson 13 Databases Lesson Objective: Understand the main features of database software Learning Outcome: Clearly identify the uses of database software and use the correct terminology when describing its functions.

Question What’s the point of today’s lesson?

Which software do we use? Database… Microsoft Access NB In the exam DO NOT mention specific software products like those above. Always refer to them as Database and Spreadsheet applications.

Table (FILE) structure NB The exam board prefer to call these things FILES as and not Data Tables … try not to get confused This is the FIELD NAME This is a RECORD Each Record contains at least one FIELD

Key features of databases Storing large amounts of structured data (using data types and validation) Searching for items (queries) Sorting items (queries) Producing Reports

Each table usually has a KEY FIELD. File and Key Field Each table usually has a KEY FIELD. The Key Field is UNIQUE to the record. The Key Field is used to refer to the record in other data tables (FILES)

Two features of key fields They are UNIQUE to the record They are used to REFER to the record in other files

Foreign key when in another table Example Key Field PersonID Name Email Phone Gender SMIC001 Chris Smith cs@hotmail.com 0795551112 M JONA001 Angela Jones aj@yahoo.com 0771234823 F SMIC002 Charlie Smithers chsm@bt.com 0793816944 WILB001 Barry Williams bazw@kms.co.uk 0783746252 OrderID PersonID ProductID Date Dispatched? 100 SMIC001 109 11/9/2008 Y 101 SMIC002 45 13/10/2008 102 JONA001 89 16/10/2008 N 103 125 26/10/2008 Key Field Foreign key when in another table

Flat file / relational database A flat file database does not make use of keys, the same data is often typed in repeatedly (in this example, the continent name) A Relational database uses keys and foreign keys across the different data tables.

Queries Queries are used to limit the number of fields, the number of records and to sort in order. E.g: [Continent] = ‘Europe’ AND [Population] > 40000000