1 Why Learn About Database Systems? Database systems process and organize large amounts of data Examples –Marketing manager can access customer data –Corporate.

Slides:



Advertisements
Similar presentations
Fundamentals of Information Systems, Sixth Edition
Advertisements

Dengan FoxPro Ichwan R Tandjung Pemrograman Terstruktur Pokok Bahasan Konsep Database Konsep dasar pemahaman pemrograman dengan Foxpro Konsep pemrograman.
The database approach to data management provides significant advantages over the traditional file-based approach Define general data management concepts.
The Hierarchy of Data Bit (a binary digit): a circuit that is either on or off Byte: 8 bits Character: each byte represents a character; the basic building.
What it’s all about.
Fundamentals of Information Systems, Second Edition 1 Organizing Data and Information Chapter 3.
Chapter 3 Organizing Data and Information
McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies, Inc. All rights reserved. Chapter 1 Introduction to Database Management.
Fundamentals of Information Systems Fourth Edition
Mgt 20600: IT Management & Applications Databases
Organizing Data and Information
Chapter 4 Relational Databases Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 4-1.
Mgt 20600: IT Management & Applications Databases Tuesday April 4, 2006.
Chapter 4 Relational Databases Copyright © 2012 Pearson Education 4-1.
Chapter 1 Introduction to Database Management. McGraw-Hill/Irwin © 2004 The McGraw-Hill Companies, Inc. All rights reserved. Welcome! Database technology:
Principles of Information Systems Eighth Edition
Fundamentals of Information Systems, Fifth Edition
Fundamentals of Information Systems, Third Edition2 Principles and Learning Objectives The database approach to data management provides significant advantages.
Database Lecture # 1 By Ubaid Ullah.
Chapter 5 Lecture 2. Principles of Information Systems2 Objectives Understand Data definition language (DDL) and data dictionary Learn about popular DBMSs.
Fundamentals of Information Systems, Second Edition 1 Organizing Data and Information.
Fundamentals of Information Systems, Fifth Edition
Information Systems: Databases Define the role of general information systems Describe the elements of a database management system (DBMS) Describe the.
2005 SPRING CSMUIntroduction to Information Management1 Organizing Data John Sum Institute of Technology Management National Chung Hsing University.
Organizing Data and Information AD660 – Databases, Security, and Web Technologies Marcus Goncalves Spring 2013.
Chapter 7: Database Systems Succeeding with Technology: Second Edition.
Principles of Information Systems, Tenth Edition Chapter 5 Database Systems, Data Centers, and Business Intelligence.
CHAPTER 8: MANAGING DATA RESOURCES. File Organization Terms Field: group of characters that represent something Record: group of related fields File:
1 January Management of Information Technology Chapter 10 Database Management Asst. Prof. Wichai Bunchua
Introduction to Database Management. 1-2 Outline  Database characteristics  DBMS features  Architectures  Organizational roles.
1 Information Systems, Ninth Edition Chapter 5 Database Systems and Business Intelligence.
Principles of Information Systems
Fundamentals of Information Systems, Seventh Edition 1 Chapter 3 Data Centers, and Business Intelligence.
Database A database is a collection of data organized to meet users’ needs. In this section: Database Structure Database Tools Industrial Databases Concepts.
Oleh Munawar Asikin. Principles of Information Systems, Seventh Edition 2  Database management system (DBMS): group of programs that manipulate database.
Chapter 9 Query-by-Example Pearson Education © 2009.
5-1 McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies, Inc. All rights reserved.
Unit 2 – Application & Implication Module 1 – Information Management.
Lecture # 3 & 4 Chapter # 2 Database System Concepts and Architecture Muhammad Emran Database Systems 1.
Database Systems Basic Data Management Concepts
Information Systems, Tenth Edition Chapter 5 Database Systems, Data Centers, and Business Intelligence.
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,
Introduction to Databases Three File Processing Systems DAVID M. KROENKE’S DATABASE PROCESSING, 10th Edition © 2006 Pearson Prentice Hall 1-2.
Chapter 3 Database Systems, Data Centers, and Business Intelligence
1 Welcome to the World of Databases! Database technology: crucial to the operation and management of modern organisations Major transformation in computing.
Principles of Information Systems, Eleventh Edition
ECMM6018 Enterprise Networking For Electronic Commerce Tutorial 6 CGI/Perl and databases.
Chapter 3: Relational Databases
Fundamentals of Information Systems, Sixth Edition Chapter 3 Database Systems, Data Centers, and Business Intelligence.
Introduction to Core Database Concepts Getting started with Databases and Structure Query Language (SQL)
Fundamentals of Information Systems, Sixth Edition Chapter 3 Database Systems, Data Centers, and Business Intelligence.
Foundations of information systems : BIS 1202 Lecture 4: Database Systems and Business Intelligence.
2 Information Systems Chapter 5 Database Systems and Business Intelligence.
Data Resource Management Data Concepts Database Management Types of Databases Chapter 5 McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies,
Fundamentals of Information Systems, Sixth Edition Chapter 3 Database Systems, Data Centers, and Business Intelligence.
THE LEONS COLLEGE OF LAW1 Organizing Data and Information Chapter 4.
Fundamental of Database Systems
Popular Database Management Systems
Pengantar Sistem Informasi
Principles of Information Systems, Tenth Edition
Fundamentals of Information Systems, Sixth Edition
Chapter 5 Database Systems and Business Intelligence
Oracle & SQL Introduction
Information Systems, Ninth Edition
Fundamentals of Information Systems, Sixth Edition
Fundamentals & Ethics of Information Systems IS 201
Fundamentals of Information Systems
Fundamentals of Information Systems, Seventh Edition
Principles of Information Systems Eighth Edition
Presentation transcript:

1 Why Learn About Database Systems? Database systems process and organize large amounts of data Examples –Marketing manager can access customer data –Corporate lawyer can access past cases and opinions What Sysoft eRFP can do?

2 Introduction Database: an organized collection of data Database management system (DBMS): group of programs to manage database –Manipulates database –Provides an interface between database and the user of the database and other application programs Database administrator (DBA): skilled IS professional who directs all activities related to an organization’s database

3 Tables, Fields, Rows Column Tables Columns Rows Access Demonstration from Sysoft eRFP Tables

4 Manipulating Data Selecting: eliminates rows according to criteria Projecting: eliminates columns in a table Joining: combines two or more tables Inserting Deleting How SQL – Structured Query Language Works?

5 Creating and Modifying the Database Data definition language (DDL) –Collection of instructions/commands that define and describe data and data relationships in a database –Allows database creator to describe the data and the data relationships that are to be contained in the schema Data dictionary: a detailed description of all the data used in the database

6 Popular Database Management Systems Popular DBMSs for end users: Microsoft Access and FileMaker Pro Entire market includes databases by IBM, Oracle, and Microsoft Examples of open-source database systems: PostgreSQL and MySQL Many traditional database programs are now available on open-source operating systems

7 Special-Purpose Database Systems Sysoft eRFP Database

8 Business Intelligence Business intelligence (BI): gathering the right information in a timely manner and usable form and analyzing it to have a positive impact on business –Turns data into useful information that is then distributed throughout an enterprise How Sysoft eRFP provide Business Intelligence?