Introducing a Database

Slides:



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

Access 2007 ® Use Databases How can Microsoft Access 2007 help you structure your database?
INFORMATION TECHNOLOGY Software Applications. WORD PROCESSING WP is the most commonly used package in business. A large number of documents are produced.
UNIVERSITY OF PALESTINE business computer application College of Business Instructor: Mr. Ahmed Abumosameh.
Computer Concepts 5th Edition Parsons/Oja Page 492 CHAPTER 10 File And Database Concepts Section A PARSONS/OJA Databases.
Databases and Database Management Systems
Database Design Concepts Info 1408 Lecture 2 An Introduction to Data Storage.
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?
Database Software Application
What do you know? In your own words briefly describe what you know about databases? – Where are they used? – What are they used for? – How do they look?
Software Development Unit 2 Databases What is a database? A collection of data organised in a manner that allows access, retrieval and use of that data.
Databases. Objectives Define what a database is. Understand the difference between a flat and relational database Design and create a relational database.
Relational Database Need to Knows. What is a database? Data - is just a pile of numbers or stats. A business "organises" the data to be meaningful and.
2.3 Organising Data for Effective Retrieval
Access 2007 Database Application Managing Business Information Effectively BCIS 1 and 2.
DAY 15: ACCESS CHAPTER 2 Larry Reaves October 7,
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.
**Database Notes** New Unit Plan Microsoft Access - known as a database management system or DBMS Database – a collection of organized information. Can.
What is a Database? A Database is…  an organized set of stored information usually on one topic  a collection of records  a way to organize information.
Creating a Database Designing Structure, Capturing and Presenting Data.
Chapter 17 Creating a Database.
Database Design Shortcuts. What’s your problem? Sort out the basic idea for the Database… e.g. : Your local Angling Club is looking to set up a Database.
Databases. What is a database?  A database is used to store data. The word DATA is actually Latin for FACTS. A database is, therefore, a place, or thing.
Microsoft Access 2010 Crash Course Part 1 Academic Health Center Training (352)
Copyright © Prentice Hall Database Management Systems Chapter 13 Getting Data Together.
Database. Data Base A database is a collection of related data, and the software used in databases to store, organize and retrieve the data is called.
Access 2007 ® Use Databases How can Microsoft Access 2007 help you structure your database?
Introduction to Database Tonga Institute of Higher Education NOS 215.
What have we learned?. What is a database? An organized collection of related data.
Ch6. Introduction to Database. What is a Database? Database is a collection of related information. It is organized so that it can easily be accessed,
Database Objective Demonstrate basic database concepts and functions.
MS-Access XP Lesson 4. Modifying Queries 1.Select query in queries 2.Click design button or Right click on query and click design view 3.Change query.
Concepts of Database Management Seventh Edition Chapter 4 Keys and Relationship.
DATABASE BASICS. D ATABASE S OFTWARE – ACCESS  Allows you to:  Input data  Edit data  Verify data  Sort data  Find data  Analyze data  Report.
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:
Database Relationships
Microsoft Office Access 2010 Lab 1
Prepared By: Bobby Wan Microsoft Access Prepared By: Bobby Wan
Navigation and File Management
Database Fundamentals
GO! with Microsoft Office 2016
Creating a Database Microsoft Access.
Databases Chapter 16.
Practical Office 2007 Chapter 10
Introduction to Computing
BASIC INFORMATION ABOUT DATABASE MANAGEMENT SOFTWARE
Handling Data Designing Structure, Capturing and Presenting Data
GO! with Microsoft Access 2016
Database Relationships
Database Fundamentals
Database Fundamentals
File Management File Explorer © EIT, Author Gay Robertson, 2017.
INTRODUCING DATABASES
Database Relationships
Database Fundamentals
Handling Data Designing Structure, Capturing and Presenting Data
Spreadsheets, Modelling & Databases
Creating a Database and a table
Mail Merge in Word 2016 © EIT, Author Gay Robertson, 2017.
Relational Databases.
Creating a Form © EIT, Author Gay Robertson, 2017.
Copyright © Texas Education Agency, All rights reserved.
Creating a Query to View, Change and Analyse Data
Nagendra Vemulapalli Access chapters 1&2 Nagendra Vemulapalli
Database Fundamentals
Planning a Database © EIT, Author Gay Robertson, 2019.
Presentation transcript:

Introducing a Database © EIT, Author Gay Robertson, 2017

A Database is a secure tool for storing and organising facts

For example – some common databases are … … a set of customer records … when stored on a computer easy to access and edit

For example – some common databases are … This database is also produced on paper – your phone book … lists of telephone numbers … when stored on a computer easy to find and edit

For example – some common databases are … This database could also be produced as a card file at your local library … books in a library when stored on a computer easy to find by name or author

Why ….. It’s faster than a card file … … it’s more powerful than a reference book … … it’s more efficient than a filing cabinet

Why ….. Once your facts are in the database you can … locate facts instantly … update facts instantly … add new facts instantly … sort facts instantly … query the facts instantly Find a customer Change PhoneNo Add Cell Phone Sort Customers into alpha order Find all Customers who live in Auckland

How does a database store the facts?

A database file is like a filing cabinet Inside the cabinet are folders

These folders are like database tables which are inside the file Tables are where data is stored Tables are the core of the database Table design is very important

A table is made up of fields Each field contains an individual data item such as Name, Address, etc FirstName LastName Address 1 Suburb City Phone

A collection of related fields is stored as a record FirstName: Jo LastName: Bloggs Address 1 5 Short St Suburb Tamatea City: Napier Phone: 123 4567 DOB: 7/1/1973 Gender: M Record 1 A collection of related fields is stored as a record Each record stores the individual facts about a person, a product or a thing FirstName: Fred LastName: Green Address 1 9 Close Rd Suburb Mayfair City: Hastings Phone: 789 6789 DOB: 22/11/1989 Gender: M Record 2

Got that? Files are made up of tables. Tables are made up of fields. Fields are individual facts. Records are made up of groups of related fields

Let’s take a look at the different types of databases that we could use

Flatfile database A flatfile database has only one table containing all the fields and records required The database has no relationships A database of CD’s would need to include the following fields Cd name Cd date Music type (genre) Tracks Artist/band name Band members Recording label

Each time you bought a new CD all the fields would need to be filled in If you bought a Beatles CD you would have to key the name of the new CD, and then fill all the fields eg the names of all the Beatles, the band name, the recording label, the music type, etc If you bought another Beatles CD, most of the data would be identical, yet you would have to key ALL the data in again

Relational database A relational database has multiple data tables which are related in some way A database of CD’s would need to include the following fields Cd name Cd date Music type (genre) Tracks Artist/band name (unique data – no bands or artists have the same name) Band members Recording label These fields could be divided into two tables CD table (name, date, type, tracks, band name) Artist table (band name, members, recording label)

Each time you bought a new CD the fields in the CD table would need to be filled in (name, date, type, tracks, band name) As soon as you entered the band name, the data from the Artist table (band name, members, recording label) would become available to you because you would have linked the artist/cd tables through the band name field. This link is known as “defining a relationship”.

Okay – a flatfile database is limited and I would have to key data over and over – a relational database means my keying would be minimised!!

Now we need to look at how to protect our data and make sure that it is secure and that it is not garbage!

data is the lifeblood of business What is Data Integrity? Data integrity is the CORRECTNESS of data data is the lifeblood of business if garbage goes in then garbage comes out!

Ensuring Data Integrity C A R Consistent Accurate Reliable Did you key the data consistently eg Rd, St, upper case where necessary? Did you key the data accurately and then proofread compared to your source data? Did you get the data from a reliable source and does your business actually need to hold this data?

who is allowed access to the data (eg confidential data) what safeguards do you have in place to ensure no unauthorised employee has access to the data

How to check the integrity of your data - Compare your data to the original source after keying, check that data has been keyed correctly data has been keyed consistently data has been keyed using UPPER CASE where required

Audit your formulae – after keying formula (calculation), check that formula has been keyed correctly by manually working out what the answer should be on one record or key figures into appropriate fields and see if the answer is correct

Got that? Data has to be correct. Data has to be accurate. Data has to be reliable. Data has to be necessary. Data has to be kept secure.

Database summary What is a database? A database is a secure tool for storing and organising facts

Database summary Why use a database? A database is fast, powerful and efficient A database can locate and update facts easily A database can query specific facts easily A database can group and total facts easily

Database summary How does a database store the data? A database stores facts as fields A database stores a collection of fields as a record A database stores a collection of records as a file A database must contain correct data which is secure and has integrity