Instructor: Pavlos Pavlikas1 How Data is Stored Chapter 8.

Slides:



Advertisements
Similar presentations
How data is stored. Data can be stored in paper-based systems including: Reference books Dictionaries Encyclopaedias Directories Index Files Filing systems.
Advertisements

Organisation Of Data (1) Database Theory
WHAT D IS RAW, UNPROCESSED FACTS AND FIGURES COLLECTED, STORED AND PROCESSED BY COMPUTERS.
12 CHAPTER DATABASES Databases are the key to accessing information throughout our lives. Used in hospitals, grocery stores, schools, department stores,
Introduction to Databases CIS 5.2. Where would you find info about yourself stored in a computer? College Physician’s office Library Grocery Store Dentist’s.
Chapter 4 Relational Databases Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 4-1.
Lead Black Slide. © 2001 Business & Information Systems 2/e2 Chapter 7 Information System Data Management.
Attribute databases. GIS Definition Diagram Output Query Results.
Databases and Database Management Systems
Mgt 20600: IT Management & Applications Databases Tuesday April 4, 2006.
Chapter 4 Relational Databases Copyright © 2012 Pearson Education 4-1.
Database Software Application
Page 1 ISMT E-120 Introduction to Microsoft Access & Relational Databases The Influence of Software and Hardware Technologies on Business Productivity.
IST Databases and DBMSs Todd S. Bacastow January 2005.
Introduction to Databases. Overview  What is a Database?  What is a Database Management System?  How is information organized in a database?  What.
Database Lecture # 1 By Ubaid Ullah.
Systems analysis and design, 6th edition Dennis, wixom, and roth
MICROSOFT ACCESS 2007 BTA – Spring What is Access?  Microsoft Access is a database management system…this means that it contains database information.
DATABASE. A database is collection of information that is organized so that it can easily be accessed, managed and updated. It is also the collection.
Chapter 1 Overview of Database Concepts Oracle 10g: SQL
Introduction to SQL Steve Perry
Simple Database.
1 Chapter 1 Overview of Database Concepts. 2 Chapter Objectives Identify the purpose of a database management system (DBMS) Distinguish a field from a.
CIS 103 — Applied Computer Technology Last Edited: September 17, 2010 by C.Herbert Using Database Management Systems.
Databases. Database A database is an organized collection of related data.
Introduction to Microsoft Access Overview 1. Introduction What is Access? A relational database management system What is a Relational Database? Organized.
Computer Science 101 Database Concepts. Database Collection of related data Models real world “universe” Reflects changes Specific purposes and audience.
Relational Databases (MS Access)
Discovering Computers Fundamentals Fifth Edition Chapter 9 Database Management.
Professor Michael J. Losacco CIS 1110 – Using Computers Database Management Chapter 9.
DAY 12: DATABASE CONCEPT Tazin Afrin September 26,
Database A database is a collection of data organized to meet users’ needs. In this section: Database Structure Database Tools Industrial Databases Concepts.
Lead Black Slide Powered by DeSiaMore1. 2 Chapter 7 Information System Data Management.
Chapter 17 Creating a Database.
MIS 327 Database Management system 1 MIS 327: DBMS Dr. Monther Tarawneh Dr. Monther Tarawneh Week 2: Basic Concepts.
1 Database Concepts 2 Definition of a Database An organized Collection Of related records.
Chapter 1Introduction to Oracle9i: SQL1 Chapter 1 Overview of Database Concepts.
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.
DATABASE SYSTEMS. DATABASE u A filing system for holding data u Contains a set of similar files –Each file contains similar records Each record contains.
1 Introduction to Oracle Chapter 1. 2 Before Databases Information was kept in files: Each field describes one piece of information about student Fields.
Access Review. Access Access is a database application A database is a collection of records and files organized for a particular purpose Access supports.
Database revision.
Course FAQ’s I do not have any knowledge on SQL concepts or Database Testing. Will this course helps me to get through all the concepts? What kind of.
SQL Jan 20,2014. DBMS Stores data as records, tables etc. Accepts data and stores that data for later use Uses query languages for searching, sorting,
Database Management Systems (DBMS)
Database Objective Demonstrate basic database concepts and functions.
Use of ICT in Data Management AS Applied ICT. Back to Contents Back to Contents.
Information Systems Today: Managing in the Digital World TB3-1 3 Technology Briefing Database Management “Modern organizations are said to be drowning.
BSA206 Database Management Systems Lecture 2: Introduction to Oracle / Overview of Database Concepts.
0 / Database Management. 1 / Identify file maintenance techniques Discuss the terms character, field, record, and table Describe characteristics.
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.
Flat Files Relational Databases
Chapter 9 Vocabulary Databases. 1.Table – a collection of information, or data arranged in columns and rows. 2.Record – all of the information about one.
CIS 250 Advanced Computer Applications Database Management Systems.
Introduction to Databases Angela Clark University of South Alabama.
PREPARED BY: PN. SITI HADIJAH BINTI NORSANI. LEARNING OUTCOMES: Upon completion of this course, students should be able to: 1. Understand the structure.
INFORMATION TECHNOLOGY DATABASE MANAGEMENT. A database is a collection of information organized to provide efficient retrieval. The collected information.
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 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.
( ) 1 Chapter # 8 How Data is stored DATABASE.
Databases and DBMSs Todd S. Bacastow January
Databases Chapter 9 Asfia Rahman.
Databases Key Revision Points.
Practical Office 2007 Chapter 10
Database Management  .
G061 - Data Dictionary.
Databases WOW!! A database is a collection of related data.
Presentation transcript:

Instructor: Pavlos Pavlikas1 How Data is Stored Chapter 8

Instructor: Pavlos Pavlikas2 Data and Information Surname Baker Class C11 When data are put into structure, these become information

Instructor: Pavlos Pavlikas3 Database Is a (large) collection of data items and links between them, structured in a way that allows it to be accessed by a number of different applications programs. Examples Telephone Index School’s Student Hospital’s Patients Books Information Catalogue GenBank

Instructor: Pavlos Pavlikas4 The parts of a database Record: Is the basic unit of data stored in a data file. It is the collection of items, which may be of different data types, all relating to the individual or object that the records describe (i.e. A Student) Field: Is a part of a record designed to hold a single data item of specified type (i.e. Student’s Name)

Instructor: Pavlos Pavlikas5 Key fields Is the field within a record used to identify the record. Most datafiles will have a primary key, which is unique and used to identify the record.

Instructor: Pavlos Pavlikas6 Fields Records Primary Key

Instructor: Pavlos Pavlikas7 Data type Variable Type: In high-level languages describes the kind of data held by a variable. Field Type: Describes the kind of data stored as a field within a datafile

Instructor: Pavlos Pavlikas8 Manual filing systems Problems: We cannot obtain information that is held on several files Because the data is not shared it is difficult to update the information An information can be accessed only by one person at a time. If a file is put back in the wrong place, finding it again will be very difficult

Instructor: Pavlos Pavlikas9 Computerised databases Advantages Access information from several files Easy to update Rapid access of information Validation checks may be made on the data on entry.

Instructor: Pavlos Pavlikas10 Computerised databases Disadvantages If the computer breaks down, you are not able to access the details Easy to copy files. Data must protected by passwords Training is needed to use the system

Instructor: Pavlos Pavlikas11 Database management system (DBMS) DBMS is a software that can find data in a database, add new data and change existing data. Examples Microsoft Access SQL Server Oracle Paradox Database

Instructor: Pavlos Pavlikas12 Relational database Is a complex database structure to hold a variety of different data. Where data items are related to each other, they are linked together by pointers stored in the database

Instructor: Pavlos Pavlikas13 Relational database Table: is the name for each group of similar data with rows for each member of the entity and columns for each attribute. Query: is a question asked of the data in the database. Report: is the presentation of the selected data. Reports are ready for printing.