 To provide you with an overview of the aspects that make up a relational database.  This includes: › Tables › Records › Fields › Data types › Keys.

Slides:



Advertisements
Similar presentations
Microsoft Office Illustrated Fundamentals Unit K: Working with Data.
Advertisements

Using a database to organize information
DATABASE RC D DD CMA C M R B PK E I S H S RC H L I V FK.
Database ACCESS. Database A series of objects used to enter, manage, and view data.
Database Modeling IT Key Ideas, Dynamic Database Systems, 2002 Chapter 8.
Pasewark & Pasewark Microsoft Office XP: Introductory Course 1 INTRODUCTORY MICROSOFT ACCESS Lesson 4 – Finding and Ordering Data.
Computer Concepts 5th Edition Parsons/Oja Page 492 CHAPTER 10 File And Database Concepts Section A PARSONS/OJA Databases.
Table design screen Field name Data type Field size Other properties.
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.
Table design screen Field name Data type Field size Other properties.
IMS1907 Database Systems Summer Semester 2004/2005 Lecture 2 Relational DBMS Software An Overview of Microsoft Access.
Information systems and databases Database information systems Read the textbook: Chapter 2: Information systems and databases FOR MORE INFO...
An Introduction to Database Management Systems R. Nakatsu.
Database Software Application
CORE 2: Information systems and Databases STORAGE & RETRIEVAL 2 : SEARCHING, SELECTING & SORTING.
1 Access Lesson 6 Integrating Access Microsoft Office 2010 Introductory Pasewark & Pasewark.
Mail Merge. One very useful feature of Microsoft Office is the Mail Merge feature. As an example of its use, suppose you want to send out application.
CSC271 Database Systems Lecture # 6. Summary: Previous Lecture  Relational model terminology  Mathematical relations  Database relations  Properties.
Introduction to Databases. Overview  What is a Database?  What is a Database Management System?  How is information organized in a database?  What.
Introduction –All information systems create, read, update and delete data. This data is stored in files and databases. Files are collections of similar.
DAY 15: ACCESS CHAPTER 2 Larry Reaves October 7,
Relational Database Concepts. Let’s start with a simple example of a database application Assume that you want to keep track of your clients’ names, addresses,
Databases. Database A database is an organized collection of related data.
ICT IGCSE.  Understand a wide range of work-related ICT applications and their effects, including applications in libraries (such as records of books.
Artificial, Composite and Secondary UIDs
1 By: Nour Hilal. Microsoft Access is a database software where data is stored in one or more Tables. A Database is a group of related Tables. Access.
Access 2013 Microsoft Access 2013 is a database application that is ideal for gathering and understanding data that’s been collected on just about anything.
5 Aug Microsoft Access 2010 Relational databases’ program Part of the Microsoft Office package Administer relational database Update database through.
Information Systems & Databases 2.2) Organisation methods.
What we’ve learnt Doc 5.69 Doc 5.70 Section 1-3. A simple database Related objects Tables hold the data Forms, reports, queries to access the data.
Access: Queries Ad-hoc Reporting Chapter T. Access Queries Queries Access Properties Sorting Selection Criteria Calculations.
MS Access 2007 Management Information Systems 1. Overview 2  What is MS Access?  Access Terminology  Access Window  Database Window  Create New Database.
MS Access. Access is a DBMS/RDMS DBMS = Database Management System RDMS = Relational Database Management System.
DAY 14: MICROSOFT ACCESS – CHAPTER 1 Madhuri Siddula October 1, 2015.
Advanced Accounting Information Systems Day 7 Database Modeling.
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.
Database Terms Hernandez, Chapter 3. Data/Information The values you store in the database are data. Pieces of Data in and of themselves is not particularly.
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.
ACIS Introduction to Data Analytics & Business Intelligence Ad-hoc Reporting Query Basics.
Lesson 2: Designing a Database and Creating Tables.
Database Objective Demonstrate basic database concepts and functions.
Planning & Creating a Database By Ms. Naira Microsoft Access.
Databases 101 © Dolinski What you will learn How relational databases work What are the components that make up a database How to create each component.
Pasewark & Pasewark Microsoft Office 2003: Introductory 1 INTRODUCTORY MICROSOFT ACCESS Lesson 4 – Finding and Ordering Data.
Microsoft Access Database Creation and Management.
IST 220 – Intro to Databases Lecture 2 Touring Microsoft Access.
Chapter 1 Introduction to Database. Database Concept Field: a basic data element or attribute of an object Record: a set of fields Table: a set of records.
Creating a database - I clicked on blank database and am saving it as books10.mdb. For more information see the practice example under week #1. I am going.
1 Information Retrieval and Use De-normalisation and Distributed database systems Geoff Leese September 2008, revised October 2009.
3.1 CSC 102 Introduction to Information Systems Databases.
Microsoft Access By Ritesh Sharma. Introduction Microsoft Access is a desktop database program that enables you to enter, store, analyze,and present data.For.
ACCESS CHAPTER 2 Introduction to ACCESS Learning Objectives: Understand ACCESS icons. Use ACCESS objects, including tables, queries, forms, and reports.
INFORMATION TECHNOLOGY DATABASE MANAGEMENT. A database is a collection of information organized to provide efficient retrieval. The collected information.
Hoi Le. Why database? Spreadsheet is not good to: Store very large information Efficiently update data Use in multi-user mode Hoi Le2.
Database (Microsoft Access). Database A database is an organized collection of related data about a specific topic or purpose. Examples of databases include:
Relational Databases Today we will look at: Different ways of searching a database Creating queries Aggregate Queries More complex queries involving different.
IST 220 – Intro to Databases
Databases – Exam questions
Databases Chapter 16.
Information Systems Today: Managing in the Digital World
Microsoft Office Illustrated Fundamentals
Database Management  .
Access Busn 216.
Spreadsheets, Modelling & Databases
G061 - Data Dictionary.
Presentation transcript:

 To provide you with an overview of the aspects that make up a relational database.  This includes: › Tables › Records › Fields › Data types › Keys › Composite primary key › Secondary key › Entities › Data dictionary › Parameter queries

 Imagine a database is a filing cabinet.  Each drawer stores information about a particular thing.

 Imagine a database is a filing cabinet.  Each drawer stores information about a particular thing.

 These are attributes that are designed as an alternate means of accessing data.  This attribute is not necessarily unique either.  For example, a library my use ISBN numbers as a primary key, but they may also store the book’s Dewey number.  You could still use the Dewey Decimal System to find a book but the database might not use this as a primary key.  This is because they may use the same Dewey number for a different book if it is located on a different floor.

ISBN: DDS: ISBN: DDS: Floor 2: A2 Revision Floor 1: AS Revision The library has two floors. The first floor is used to store books relating to AS subjects. The second floor is used to store books relating to A2 subjects. Each subject has a main code. ICT is 150, Maths is 151 etc. Each subject has a number of books.

 Whenever you create a database you need to keep a second ‘database’ which stores data about the structure and contents of the main database.  It should include data about: › What tables the database has and what their relationship to other tables is (more on relationships later). › The structure of each field › Validation rules › The number of records being saved › Etc…

 We know that tables store data…and in some database applications, such as MS Access, you can do some basic sorting (e.g. alphabetical).  But sometimes you need to find certain data based on different criteria.  For example, an internet service provider may want to find all customers who have not paid their bills yet.  They could then go on to filter these results further by looking for all customers who have had their first warning and still not paid.

A query can be used to find, sort and filter data. This data can then be used to find new data, e.g. total number of outstanding payments. It can also be used for things like mail merge, e.g. sending second warnings to customers.

 A simple queries uses one criteria value, for example: › Find all male students.  A complex query uses two more criteria values, for example: › Find all male students who were born after 1995.

 A parameter allows you to dynamically query data.  They allow you to cut down on the number of queries you have to create.  For example, you may have one query which finds all male students and another query that finds all female students.  If you create a parameter query you could have the query ask you what criteria to use. › If you type in Male it will find all male results. › If you type in Female it will find all female results.