Week 12 Option 3: Database Design

Slides:



Advertisements
Similar presentations
Content 15.1 Basic features Types of database Data structures 15.2 Creating a database Screen layout Entering data Editing data 15.3 Displaying data Searching.
Advertisements

What is a Database By: Cristian Dubon.
Database management system (DBMS)  a DBMS allows users and other software to store and retrieve data in a structured way  controls the organization,
Standard Grade Notes General Purpose Packages. These are Software packages which allow the user to solve a range of problems.
Computer Concepts 5th Edition Parsons/Oja Page 492 CHAPTER 10 File And Database Concepts Section A PARSONS/OJA Databases.
Databases and Processing Modes. Fundamental Data Storage Concepts and Definitions What is an entity? An entity is something about which information is.
Database Design IST 7-10 Presented by Miss Egan and Miss Richards.
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.
ICT Revision. Database – Data Management The insertion and deletion of fields The insertion and deletion of records Tables to be linked together The editing.
Computing for Bioinformatics Introduction to databases What is a database? Database system components Data types DBMS architectures DBMS systems available.
MICROSOFT ACCESS Pn. Jamilah Binti Yusof. DEFINITION A database is the computer equivalent of an organized list of information. Typically, this information.
Unit J: Creating a Database Microsoft Office Illustrated Fundamentals.
© Paradigm Publishing Inc. 9-1 Chapter 9 Database and Information Management.
Applications Software. Applications software is designed to perform specific tasks. There are three main types of application software: Applications packages.
1 California State University, Fullerton Chapter 8 Personal Productivity and Problem Solving.
MET280: Computing for Bioinformatics Introduction to databases What is a database? Not a spreadsheet. Data types and uses DBMS (DataBase Management System)
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.
© 2001 Business & Information Systems 2/e1 Chapter 8 Personal Productivity and Problem Solving.
Lead Black Slide Powered by DeSiaMore1. 2 Chapter 8 Personal Productivity and Problem Solving.
Discovering Computers Fundamentals Fifth Edition Chapter 9 Database Management.
Information Systems & Databases 2.2) Organisation methods.
ITGS Databases.
+ Information Systems and Databases 2.2 Organisation.
ECDL. Word processing Work with documents and save them in different file formats Choose built-in options such as the Help function to enhance productivity.
C OMPUTING E SSENTIALS Timothy J. O’Leary Linda I. O’Leary Presentations by: Fred Bounds.
Programming Logic and Design Fourth Edition, Comprehensive Chapter 16 Using Relational Databases.
Database Management Systems (DBMS)
ITGS Application Software. ITGS Application software (productivity software) –Allows the user to perform tasks to solve problems, such as creating documents,
Database Objective Demonstrate basic database concepts and functions.
Lesson 13 Databases Unit 2—Using the Computer. Computer Concepts BASICS - 22 Objectives Define the purpose and function of database software. Identify.
Description and exemplification use of a Data Dictionary. A data dictionary is a catalogue of all data items in a system. The data dictionary stores details.
Getting Started in Access 1 Using an existing Database Database Window Table Design View Parts of a Table Views in Access Navigating in Access Entering.
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.
 At the end of the class students should:  distinguish between data and information.  explain the characteristics and forms of Information Processing.
To play, start slide show and click on circle Access 1 Access 2 Access 3 Access 4 Access Access
GCSE ICT LESSON 5 Booklet Sections: 6 & 7 Data Capture & Checking Data.
Chapter 1: Introduction to Computers and Programming
Microsoft Office Access 2010 Lab 1
Prepared By: Bobby Wan Microsoft Access Prepared By: Bobby Wan
Working in the Forms Developer Environment
Databases.
GO! with Microsoft Office 2016
Exploring Excel Chapter 5 List and Data Management: Converting Data to
Tutorial 5: Working with Excel Tables, PivotTables, and PivotCharts
Microsoft Office Access 2010 Lab 2
Exploring Microsoft Access 97
Information Systems Today: Managing in the Digital World
GO! with Microsoft Office 2016
GO! with Microsoft Access 2016
Chapter Ten Managing a Database.
Microsoft Office Illustrated Fundamentals
Word Processing.
Database Management Systems
Microsoft Access 2003 Illustrated Complete
Databases.
Chapter 1: Introduction to Computers and Programming
What is a Database and Why Use One?
Chapter 9 Database and Information Management.
Database Fundamentals
Chapter 2 Tables and Forms: Design, Properties, Views, and Wizards
Spreadsheets, Modelling & Databases
The ultimate in data organization
Lesson 23 Getting Started with Access Essentials
Microsoft Access Validation Rules, Table Relationships And
Microsoft Office Access is the best –selling personal computer database management system. What is Access?
Using Complex Formulas, Functions, and Tables
Introduction to MS ACCESS
Unit J: Creating a Database
Presentation transcript:

Week 12 Option 3: Database Design By Robert Di Mauro and Christopher Ferrarin

What Is A Database? A database is an organised collection of data. Data gets put in a database which turns it into information.

Database Development Purpose Of A Database Store large quantities of information Search and sort data quickly and accurately to obtain the required information Organize information Present information Update information

Database Development Components Of A Database FILE - A block of related data stored on a storage device.

Database Development Components Of A Database RECORD - A collection of data about one specific entry in a database. FIELD - A specific piece of data in a record. CHARACTER - The smallest unit of data that people can handle.

Database Development Inputs Of A Database Multimedia eg. Text, Hyperlinks, Videos, Sound, Pictures.

Database Development Data Dictionary A data dictionary is a comprehensive description of each field in a database and the conditions it must follow. It contains information about the characteristics of each item entered in the database, such as the field name, data type, field size and field description. KEYS - Fields used to sort and retrieve information. A primary key is a field where each item is unique and must have a value.

One of the many items that needs to be modified to have a successful data dictionary

Database Development Outputs Of A Databse LIST/TABLE Displays many separate fields and records on the same screen at once.

Database Development Outputs Of A Databse FORM Displays all fields in a single record. Form views are also used to enter new data.

Database Development Outputs Of A Databse REPORT Reports are lists showing selected records and fields and usually show the result of a search.

Collecting, Organising and Storing Data Sources Of Data Data needs to be structured, ordered and set up in to clear and distinct categories. 4 steps of planning data: 1. What do you want to collect? 2. What is the source of the data? 3. How will the data be gathered? 4. How will the data be entered into the system?

Collecting, Organising and Storing Data Sources Of Data Primary or Secondary Data? Differences? Homework task

Collecting, Organising and Storing Data Sources Of Data Why is data collected? Solve problems Make sense of data

Collecting, Organising and Storing Data Database Storage On A Storage Medium Considering File Size, Portability And Updatability The size of a database can be extremely large. Each record in a database is important and regular backups should be performed so that in the event of data loss it can be recovered If the database needs to be moved how easily can that be done? Are records easily updated?

Collecting, Organising and Storing Data Database Storage On A Storage Medium Considering File Size, Portability And Updatability If you had a database of Rugby League players and their game statistics when would you update the existing data? How does this compare to the database such as EBay, who do hundreds of sales every minute? In these 2 examples what would be an appropriate time frame to back up the data that has been entered? Discussion is an important way to teach this part of the unit. It will allow the students to get involved and learn from each other.

Collecting, Organising and Storing Data Database Storage On A Storage Medium Considering File Size, Portability And Updatability There are many different ways to back up a database and they can be stored on a range of different mediums. This relates directly to the Data Handling core topic dot point of Secondary storage such as random and sequential access and can also show the difference between offsite and onsite backups.

Collecting, Organising and Storing Data Database Storage On A Storage Medium Considering File Size, Portability And Updatability Records in a Database need to stay relevant and need to be updated easily eg. Birthdate vs. Age Inserting, deleting, moving and modifying the data structure are the major points when it comes to modifying records.

Collecting, Organising and Storing Data Validation And Verifiaction Checks These two can be very confusing to students, the concepts are easy but some student have a very hard time distinguishing between the two VALIDATION - Performed by the computer to minimise error when inputting data VERIFICATION - Performed by a person once the data has been entered

Collecting, Organising and Storing Data Validation And Verifiaction Checks These two can be very confusing to students, the concepts are easy but some student have a very hard time distinguishing between the two VALIDATION - Performed by the computer to minimise error when inputting data VERIFICATION - Performed by a person once the data has been entered

Methods Of Processing And Analysing Data Editing, Sorting And Searching Records Users PROCESS data by EDITING and ANALYSE data by SORTING and SEARCHING. EDITING – The process of changing data. It involves inserting data, deleting data, moving data and modifying the data structure. SORTING - Sorting is the process of arranging or organising data in a particular order. SEARCHING - Searching is the process of locating data and information. For small databases the ‘Find’ or ‘Search’ commands are sufficient. However, for large databases the most efficient way of searching is to construct a query.

Methods Of Processing And Analysing Data Editing, Sorting And Searching Records QUERY – A search of a database for records that meet a certain condition. Queries are constructed using an operator. Operators represent the action to be performed in the query. Relational operators (=, <>, <, >, <=, >=) are symbols or words indicating the relationship between two expressions. Logical operators (and, or, not) are used to combine two or more single queries.

Methods Of Processing And Analysing Data Mathematical Calculations There are a variety of mathematical calculations that can be performed in a database. For example, you can calculate the average of the values in one field or multiply the values in two fields. When instructing the DBMS to perform a calculation it is important to follow the correct syntax such as ‘=Avg([Salary])’. Database calculations can be performed using either a predefined calculation, using functions such as sum, average, count, minimum and maximum, or a custom calculation, where the user writes a formula to perform a calculation such as ‘=[Salary]*1.2’ and a separate field is usually created to store the calculated results.

Methods Of Presenting Information Presentation Of Reports Headers appear at the beginning of the report so that meaning is given straight away. Body text needs to go in a spot on the report that can be easily seen and easily read. Footer appears at the bottom of the page and is set out like a tally or a total to the information presented in the report.

Methods Of Presenting Information Report Layouts Consistency and simplicity is the key to creating report layouts that are effective and easy to use.

Methods Of Presenting Information Design Features On Forms And Reports Headings give purpose of the report. Layouts should present the information, such as using tables or columns. Styles should be consistent throughout . Columns should have clear and descriptive headings. Page numbers.

Integration Importing From Existing Electronic Data Integration is the process of merging data from different sources.

Integration Integration is the process of merging data from different sources. IMORTING - The action of copying data produced by another program. EXPORTING – The action to sending data to another program.

Integration Embedding occurs if the copy is not connected to the source. The copy is fixed and does not change if the source is changed. Linking occurs if the copy is connected to the source. If you change the data in the source it is automatically updated in the destination.

Integration Mail merge combines a document written on a word processor or other program with data from another source such as a database. It allows a single document to be personalised for several people. http://www.youtube.com/watch?v=_9ExKwXQ3KQ&feature=related