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.

Slides:



Advertisements
Similar presentations
What is a database?. Two main uses: Two main uses: Storing information Storing information Sorting information Sorting information.
Advertisements

Microsoft® Access® 2010 Training
Intro to Access 2007 Lindsey Brewer CSSCR September 18, 2009.
Access 2007 ® Use Databases How can Microsoft Access 2007 help you structure your database?
By Wanda Gibson, CI, MMI, SME. Microsoft Access Access is a database management system. This system lets you create and process data. A database is a.
Database management system (DBMS)  a DBMS allows users and other software to store and retrieve data in a structured way  controls the organization,
Database A collection of related information stored on a computer and organized in a manner that allows access, retrieval, and use of that data.
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.
Week 2 Normalization and Queries
Lecture Access – Tables. What are Tables? Records Fields.
LSP 121 Week 2 Normalization and Queries. Normalization The Old Car Club database presented a problem – what if one person owns multiple cars? (One owner.
Information Storage and Retrieval CS French Chapter 3.
Transaction Processing Systems, & Management Information Systems.
What is a database?.  Two main uses:  Storing information  Sorting information.
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.
Databases & Data Warehouses Chapter 3 Database Processing.
Pasewark & Pasewark Microsoft Office 2003: Introductory 1 INTRODUCTORY MICROSOFT ACCESS Lesson 1 – Access Basics.
ACCESS. » Access is a database management system. » This system lets you create and process data. » A database is a collection of data that is organized.
Food Recall System Pre Code System Design Layout Version 1.0.
BIS121 IT for Business Application Lecture 8 – Database (Part I)
Access 2007 Database Application Managing Business Information Effectively BCIS 1 and 2.
LSP 121 Week 2 Normalization and Advanced Queries.
Lesson 1 -What is a Database? -Fields and Records
MICROSOFT ACCESS Database Applications. Database Management System A database is a collection of organized data whose elements are in some way related.
Created by: Tanya Morgan.  Access is the database software of the Microsoft Office suite.  A database is a collection of objects that work together.
**Database Notes** New Unit Plan Microsoft Access - known as a database management system or DBMS Database – a collection of organized information. Can.
Microsoft Access 2013 Design and Create Tables to Store Data Chapter 2.
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.
Microsoft ® Access ® 2010 Training Create Queries for a New Database If a yellow security bar appears at the top of the screen in PowerPoint, click Enable.
Relational Databases (MS 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.
More about Databases. Data Entry through Forms Table View (Data sheet view) is useful for data entry of new records But sometimes customization would.
ATADESAB. BATLE CORDER DLEIF Lesson objectives In this lesson you will learn some basic database terms and learn how a database is created.
Microsoft Access Database Software.
Microsoft Access 2000 Presentation 1 The Basics of Access.
Access 2007 ® Use Databases How can Microsoft Access 2007 help you structure your database?
26 Mar 04 1 Application Software Practical 5/6 MS Access.
Theme 2: Working smarter Topic 14: Using the right package for the job. Chapter 4.1. Page 203 – 221 Introduction to Access.
Chapter 9 The Microsoft Access 2007 Window © 2007 Lawrenceville Press Slide 1.
Database revision.
Quiz questions. 1 A data structure that is made up of fields and records? Table.
What is a database? thanks to
Introduction to Access Chapter 13 pages 1-4. What is a database??? Related information is stored in databases  All SC student information is stored in.
Database Objective Demonstrate basic database concepts and functions.
1 MS Access. 2 Database – collection of related data Relational Database Management System (RDBMS) – software that uses related data stored in different.
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.
Access Lessons 1, 2 and 3 ©2009 M and K Solutions, LLC – All Rights Reserved.
Database Use and Structure
Pasewark & Pasewark 1 Access Lesson 2 Creating a Database Microsoft Office 2007: Introductory.
* Database is a group of related objects * Objects can be Tables, Forms, Queries or Reports * All data reside in Tables * A Row in a Table is a record.
Teachers must identify the site in order to let the students use it.
HSC IT Center Training University of Florida Microsoft Access Relationships Health Science Center IT Center – Training
ACCESS LESSON 1 DATABASE BASICS VOCABULARY. BACKSTAGE VIEW A menu of options and commands that allows you to access various screens to perform common.
Course Contents Overview: Database basics Lesson 1: Benefits of using a database Lesson 2: Table that data Lesson 3: Analyzing, viewing, and reporting.
VOCAB REVIEW. A field that can be computed from other fields Calculated field Click for the answer Next Question.
Notes: **A Row is considered one Record. **A Column is a Field. A Database is…  an organized set of stored information usually on one topic  a collection.
Access Lessons 1, 2 and 3 ©2009 M and K Solutions, LLC – All Rights Reserved.
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.
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.
Database Systems Unit 16.
More about Databases.
What is a Database? A collection of data organized in a manner that allows access, retrieval, and use of that data.
INTRODUCING DATABASES
Microsoft Office Access is the best –selling personal computer database management system. What is Access?
Presentation transcript:

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.

 Database  Table  Field  Record  Primary key

 Yellow pages  Mobile phones  Microsoft Access

 Patient information in a hospital  Car registration numbers and owners  Names and phone numbers of friends  Student information in a school  Criminal Records What kind of information could we store in a database?

Each table within a database will have a collection of fields and records. e.g. Customer details is a table Tables

Each piece of information in a record is called a field. e.g. Name: Joe Bloggs is a field. Fields

Each set of information about a person / object is called a record. e.g. Name: Joe Bloggs Address: 33 Wood Lane, Porth Phone number: is a record which has 3 fields. Records

Primary key Every table in a database needs a primary key; a primary key uniquely identifies each record in the table. e.g. Applies an ID to a record e.g. St1234

Table Record Field Primary key

 Which is better and why?  Data storage capacity  Faster data retrieval, especially when searching  Easier to manage security  Amending data is much easier

When information is typed into a database it is stored as a certain format. Text: Any text Number: Only numbers Yes/no: anything with only two possible answers. E.g. yes/no, male/female. Lookup wizard: a drop down menu with multiple choice answers.

 Your new band has a set up an online fan club.  100 requests for information on the fan club that have been ed to you.  10 people have sent £10 for information and autographs after talking to the secretary.

Design view Enables you to do the work you need to create a table. i.e. field names and data types. Datasheet The Datasheet View shows the records in a table. Having designed a table you can then go into datasheet and display/add records.