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.

Slides:



Advertisements
Similar presentations
Database management system (DBMS)  a DBMS allows users and other software to store and retrieve data in a structured way  controls the organization,
Advertisements

Computer Concepts BASICS 4th Edition
Chapter 12 Information Systems Chapter Goals Define the role of general information systems Explain how spreadsheets are organized Create spreadsheets.
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 12 Information Systems Nell Dale John Lewis.
Chapter 4 Relational Databases Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 4-1.
CSC 2720 Building Web Applications Database and SQL.
Databases and Database Management Systems
Access Lecture 1 Database Overview and Creating Tables Create an Employee Table.
Chapter 12 Information Systems. 2 Chapter Goals Define the role of general information systems Explain how spreadsheets are organized Create spreadsheets.
Chapter 4 Relational Databases Copyright © 2012 Pearson Education 4-1.
Database Software Application
Microsoft Access 2007 Microsoft Access 2007 Introduction to Database Programs.
COMPUTING FOR BUSINESS AND ECONOMICS-III. Lecture no.6 COURSE INSTRUCTOR- Ms. Tehseen SEMESTER- Summer 2010.
An INTRODUCTION to MICROSOFT ACESS 2000 By Dr. Ennis-Cole.
Introduction to Databases. Overview  What is a Database?  What is a Database Management System?  How is information organized in a database?  What.
1 DATABASE TECHNOLOGIES BUS Abdou Illia, Fall 2012 (September 5, 2012)
CS370 Spring 2007 CS 370 Database Systems Lecture 2 Overview of Database Systems.
© Paradigm Publishing Inc. 9-1 Chapter 9 Database and Information Management.
Web-Enabled Decision Support Systems
Introduction to SQL Steve Perry
Lesson 1 -What is a Database? -Fields and Records
1 INTRODUCTION TO DATABASE MANAGEMENT SYSTEM L E C T U R E
Chapter 9 Database Management Discovering Computers Fundamental.
Information Systems: Databases Define the role of general information systems Describe the elements of a database management system (DBMS) Describe the.
Microsoft Access Introduction. What Is a Database Suppose you are a school administrator. You need to have information about –Students –Faculty –Staff.
MS Access Tour Sesión # 6. MS Access Tour Database Management System (DBMS): An application software that allows users to create, manipulate, and change.
CHAPTER 8: MANAGING DATA RESOURCES. File Organization Terms Field: group of characters that represent something Record: group of related fields File:
© 2004 Ken Baldauf, All rights reserved. Database Systems Organizing Data in a Database Using Database Systems in Organizations Emerging Database Trends.
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.
Relational Databases (MS Access)
Relational Databases. Database Large collection of data in an organised format to allow access and control DBMS Database Management System - Special software.
Key Applications Module Lesson 21 — Access Essentials
Access Manual 2 By Dhawala Kovuri Elham S.Khorasani Ismail Guneydas.
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.
Module 2: Information Technology Infrastructure Chapter 5: Databases and Information Management.
SESSION 3.1 This section covers using the query window in design view to create a query and sorting & filtering data while in a datasheet view. Microsoft.
Common Application Software. MS Word Some advanced use : Mail-merge Self-made Templates Macro (recording and running)
Mr. Keller - MS Office 2 Access 2000 Chapter 1 Mr. Keller.
MS Access. Access is a DBMS/RDMS DBMS = Database Management System RDMS = Relational Database Management System.
1 Introduction to Oracle Chapter 1. 2 Before Databases Information was kept in files: Each field describes one piece of information about student Fields.
3 / 12 Databases MIS105 Lec13 Irfan Ahmed Ilyas CHAPTER Prepared By:
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 Concepts Track 3: Managing Information using Database.
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,
Foundation year Lec.5: Lec.5: Database Management System Lec.5: Lec.5: Database Management System Lecturer: Fatma El-Zahraa Mohamed Year: 2015/2016.
Information Systems Today: Managing in the Digital World TB3-1 3 Technology Briefing Database Management “Modern organizations are said to be drowning.
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.
Introduction to Databases CISC Where would you find info about yourself stored in a computer? College Physician’s office Library Grocery Store Dentist’s.
Principles of Database Design, Part I AIMS 2710 R. Nakatsu.
CIS 250 Advanced Computer Applications Database Management Systems.
Database design Using Access 2007
Instructor: Pavlos Pavlikas1 How Data is Stored Chapter 8.
Chapter 13.3: Databases Invitation to Computer Science, Java Version, Second Edition.
3-1 Modeling Basic Entities DBMS Create Sort Search Addition Deletion Modification Create Sort Search Addition Deletion Modification DBMS is a Software.
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.
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.
1 Management Information Systems M Agung Ali Fikri, SE. MM.
1 Section 1 - Introduction to SQL u SQL is an abbreviation for Structured Query Language. u It is generally pronounced “Sequel” u SQL is a unified language.
Information Systems Today: Managing in the Digital World
Database Management  .
Databases and Information Management
What is a Database? A collection of data organized in a manner that allows access, retrieval, and use of that data.
Databases and Information Management
Presentation transcript:

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 various fields

EXAMPLE u 3 files in a school personnel database –Student File contains a record for each student –Faculty File contains a record for each instructor –Staff File contains a file for each staff member

EXAMPLE (cont.) u Each record would contain similar fields –name, address, age, phone number, SSN, etc. u Special fields for various files –Student - GPA, ID number –Faculty - pay grade, Office location –Staff - pay grade u Field types result of database design

RELATIONAL DATABASE u Stores data in a large table u Each row represents a record u Each column represents a field u If two tables have a common field, we can build a relation between them and combine them for dynamic queries

RDB EXAMPLE u Student Personal Information File u Student Grade File u Student Schedule File u All related by Student ID Number

DATABASE SYSTEMS u Must be able to process records –create, modify, add, delete, insert u Must be able to answer queries –eg. “list all students from Ohio” u Should have other capabilities –arithmetic ops, sorting, merging

DISTRIBUTED DATABASES u A new concept u Many computers can hold a portion of database, or u Each computer holds a replica of database u Each has advantages and disadvantages

DBMS u Database Management System u Database is a collection of information u DBMS is set of utilities that lets user manipulate and maintain database u MS ACCESS is example of DBMS