Grade 11 Computer Science. Relational Databases  Using the link below, answer questions in your notebooks  Look at Kites.accdb database to refresh your.

Slides:



Advertisements
Similar presentations
Organisation Of Data (1) Database Theory
Advertisements

Database management system (DBMS)  a DBMS allows users and other software to store and retrieve data in a structured way  controls the organization,
Relational Databases Chapter 4.
Computer Concepts 5th Edition Parsons/Oja Page 492 CHAPTER 10 File And Database Concepts Section A PARSONS/OJA Databases.
Database Systems. What is a database? A database is an organised store of data items.
Attribute databases. GIS Definition Diagram Output Query Results.
Databases and Database Management Systems
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?
XP Practical PC, 3e Chapter 12 1 Accessing Databases.
Copyright ©2014 Pearson Education, Inc. Chapter 3 Requirements and Business Rules Chapter3.1.
Microsoft Access – Tutorial 1 if you need to review general Microsoft Office procedures such as: menus toolbars task panes files help printing please go.
Computer Science & Engineering 2111 Introduction to Database Management Systems Relationships and Database Creation 1 CSE 2111 Introduction to Database.
Database Relationships Objective 5.01 Understand database tables used in business.
Page 1 ISMT E-120 Introduction to Microsoft Access & Relational Databases The Influence of Software and Hardware Technologies on Business Productivity.
Databases. Objectives Define what a database is. Understand the difference between a flat and relational database Design and create a relational database.
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.
ACCESS CHAPTER 1. OBJECTIVES Tables Queries Forms Reports Primary and Foreign Keys Relationship.
Access Lesson 2 Creating a Database
1 © Prentice Hall, 2002 Physical Database Design Dr. Bijoy Bordoloi.
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
1 Overview of Databases. 2 Content Databases Example: Access Structure Query language (SQL)
DAY 14: ACCESS CHAPTER 1 Tazin Afrin October 03,
Microsoft Access – Tutorial 1 if you need to review general Microsoft Office procedures such as: menus toolbars task panes files help printing please go.
To enhance learning, service, and research through an advanced information technology environment. Our Mission:To enhance learning, service,and research.
Management Information Systems MS Access MS Access is an application software that facilitates us to create Database Management Systems (DBMS)
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.
Databases Week 5 LBSC 690 Information Technology.
MS Access 2007 Management Information Systems 1. Overview 2  What is MS Access?  Access Terminology  Access Window  Database Window  Create New Database.
Organizing Data and Information. What is Data?? Numbers, characters, images, or other method of recording, in a form which can be assessed by a human.
Microsoft Access Designing and creating tables and populating data.
Databases Unit 3_6. Flat File Databases One table containing data Data must be entered as a whole each time e.g. customer name and address each time (data.
Access 2007 ® Use Databases How can Microsoft Access 2007 help you structure your database?
Databases.
Database revision.
Advanced Accounting Information Systems Day 10 answers Organizing and Manipulating Data September 16, 2009.
CPSC 203 Introduction to Computers Lab 60 By Jie Gao.
Unit 5 Advanced Databases The Purpose and features of a relational database.
Databases and Speadsheets
Database Management Systems (DBMS)
Database and Information Management Chapter 9 – Computers: Understanding Technology, 3 rd edition.
Chapter 10 Database Management. Data and Information How are data and information related? p Fig Next processing data stored on disk Step.
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.
Microsoft Access Database Creation and Management.
Flat Files Relational Databases
Instructor: Pavlos Pavlikas1 How Data is Stored Chapter 8.
DATABASES COLLECTION OF INFORMATION FIELDS & CALCULATED FIELD DATA TYPES LINKED TABLES & FOREIGN KEY.
Switch off your Mobiles Phones or Change Profile to Silent Mode.
Database Relationships Objective 5.01 Understand database tables used in business.
1 Information Retrieval and Use De-normalisation and Distributed database systems Geoff Leese September 2008, revised October 2009.
INFORMATION TECHNOLOGY DATABASE MANAGEMENT. A database is a collection of information organized to provide efficient retrieval. The collected information.
MICROSOFT OFFICE ACCESS 2007 TRAINING Intro to building a database.
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:
XP Chapter 1 Succeeding in Business with Microsoft Office Access 2003: A Problem-Solving Approach 1 Level 2 Objectives: Understanding and Creating Table.
1 SQL SERVER 2005 Express CE-105 SPRING 2007 Engr. Faisal ur Rehman.
N5 Databases Notes Information Systems Design & Development: Structures and links.
DATABASE.
Prepared By: Bobby Wan Microsoft Access Prepared By: Bobby Wan
Databases Key Revision Points.
GO! with Microsoft Office 2016
Introduction to Computing
Database Normalization
GO! with Microsoft Access 2016
Databases A brief introduction….
Microsoft Office Illustrated Introductory, Windows XP Edition
Databases 1.
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:

Grade 11 Computer Science

Relational Databases  Using the link below, answer questions in your notebooks  Look at Kites.accdb database to refresh your memory Link  ict.com/gcse_computing/ocr/databases/relational/miniweb /index.htm ict.com/gcse_computing/ocr/databases/relational/miniweb /index.htm Quiz  ict.com/gcse_computing/ocr/databases/relational/quiz/eng arde_relationaldb.htm ict.com/gcse_computing/ocr/databases/relational/quiz/eng arde_relationaldb.htm

Database Questions 1. Give some advantages and disadvantages of a flat file database 2. Give a definition of a relational database 3. What is a primary key – give an example 4. What is a foreign key – give an example 5. Why must a database have ‘integrity’? 6. Why must a database must be up to date and accurate?

Database Answers Advantages of a flat file database are:  All records are stored in one place  Easy to understand  Simple sorting and filtering can be carried out  Can use a standard spreadsheet as simple database

Database Answers  Disadvantages of a flat file database are:  Potential Duplication – data can be repeated again and again which leads to problems  Records are not always unique – the doubling of the same data can be confusing  Harder to update  Inefficient – can be really slow to use as lots of data is repeated and maybe not needed  If you access to the one table, you have access to the whole database, which compromises security

Database Answers  A Relational Database is a two or more tables that are linked together that share data. The data is organized and systematic and is updated between tables so any changes made in one table, is shared and updated between all other tables.  A Primary Key is a unique identify that belongs to one table but can appear in other tables as well – ID number is a good choice for as every number is unique and individual  A Foreign Key is a Primary Key that appears in another table to link two tables together

Database Answers  Data Integrity means that data and information that is in your database is trustworthy. You are able to trust what it is telling you. This is because it is up to date because it is updated, it is accurate (no mistakes) and consistent so data in one table that appears in the another table is the same. For example, one person does not have their name spelt with two different spellings

Definitions  Query – a request made by the user to extract data from the database OR  A question asked of the database  Report - a printout of the query OR  Information from the Query in a different format  Integrity – all data is updated regularly including new information which is consistent and accurate

Web Design Revision  Answer Question 4 from Chapter 4 Web Design.pdf from page 36 in your copybooks  Write the question before each answer!  Information you need is from pages 33 to 36