Database Fundamentals

Slides:



Advertisements
Similar presentations
Lecture-7/ T. Nouf Almujally
Advertisements

The database approach to data management provides significant advantages over the traditional file-based approach Define general data management concepts.
Management Information Systems, Sixth Edition
Copyright 2004 Monash University IMS5401 Web-based Systems Development Topic 2: Elements of the Web (g) Interactivity.
Computer Concepts 5th Edition Parsons/Oja Page 492 CHAPTER 10 File And Database Concepts Section A PARSONS/OJA Databases.
Discovering Computers Fundamentals, 2011 Edition Living in a Digital World.
Databases Chapter Distinguish between the physical and logical view of data Describe how data is organized: characters, fields, records, tables,
TC2-Computer Literacy Mr. Sencer February 4, 2010.
McGraw-Hill/Irwin Copyright © 2008, The McGraw-Hill Companies, Inc. All rights reserved.McGraw-Hill/Irwin Copyright © 2008 The McGraw-Hill Companies, Inc.
Integration of Applications MIS3502: Application Integration and Evaluation Paul Weinberg Adapted from material by Arnold Kurtz, David.
Data Resource Management Data Concepts Database Management Types of Databases Chapter 5 McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies,
Mgt 20600: IT Management & Applications Databases Tuesday April 4, 2006.
Lecture-8/ T. Nouf Almujally
Concepts in Enterprise Resource Planning 2 nd Edition Chapter 1 Business Functions, Processes, and Data Requirements.
Fundamentals of Information Systems, Third Edition2 Principles and Learning Objectives The database approach to data management provides significant advantages.
Databases From A to Boyce Codd. What is a database? It depends on your point of view. For Manovich, a database is a means of structuring information in.
© Paradigm Publishing, Inc. 5-1 Chapter 5 Application Software Chapter 5 Application Software.
WEB TERMINOLOGIES. Page or web page: a file that can be read over the world wide web Pages or web pages: the global collection of documents associated.
Invitation to Computer Science 5th Edition
Fundamentals of Information Systems, Fifth Edition
Organizing Data and Information AD660 – Databases, Security, and Web Technologies Marcus Goncalves Spring 2013.
Data Resource Management Chapter 5 Copyright © 2010 by the McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill/Irwin.
Case 2: Emerson and Sanofi Data stewards seek data conformity
Introduction  Client/Server technology is seen by many as the solution to the difficulty of linking together the various departments of corporation.
Fundamentals of Information Systems, Seventh Edition 1 Chapter 3 Data Centers, and Business Intelligence.
McGraw-Hill/Irwin ©2008,The McGraw-Hill Companies, All Rights Reserved Chapter 5 Data Resource Management.
5-1 McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies, Inc. All rights reserved.
5-1 McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies, Inc. All rights reserved.
5 - 1 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved.
6.1 © 2010 by Prentice Hall 6 Chapter Foundations of Business Intelligence: Databases and Information Management.
DATABASE MANAGEMENT SYSTEMS CMAM301. Introduction to database management systems  What is Database?  What is Database Systems?  Types of Database.
Chapter 9 Database Systems © 2007 Pearson Addison-Wesley. All rights reserved.
Chapter 9 Database Systems. © 2005 Pearson Addison-Wesley. All rights reserved 9-2 Chapter 9: Database Systems 9.1 Database Fundamentals 9.2 The Relational.
Intro to Databases Vocabulary Copyright © Texas Education Agency, All rights reserved.
DATA RESOURCE MANAGEMENT
Introduction to Database Chapter #9 Sec 9.1. What is a Database? A flat file is considered to be one-dimensional storage system because it presents its.
Flat Files Relational Databases
Databases Chapter Copyright © 2011 by The McGraw-Hill Companies, Inc. All rights reserved.
Database Management Systems
Alighieri: Introduction to MS Access 1 What is a Database? RELATIONAL DATABASE A database is an organized collection of information. A database is designed.
McGraw-Hill/Irwin © 2008 The McGraw-Hill Companies, All Rights Reserved Chapter 7 Storing Organizational Information - Databases.
6.1 © 2007 by Prentice Hall Chapter 6 (Laudon & Laudon) Foundations of Business Intelligence: Databases and Information Management.
CSCI-235 Micro-Computers in Science Databases. Database Concepts Data is any unorganized text, graphics, sounds, or videos A database is a collection.
IT 5433 LM1. Learning Objectives Understand key terms in database Explain file processing systems List parts of a database environment Explain types of.
INTRODUCTION TO INFORMATION SYSTEMS LECTURE 9: DATABASE FEATURES, FUNCTIONS AND ARCHITECTURES PART (2) أ/ غدير عاشور 1.
McGraw-Hill/Irwin ©2008,The McGraw-Hill Companies, All Rights Reserved Chapter 5 Data Resource Management.
Data Resource Management Data Concepts Database Management Types of Databases Chapter 5 McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies,
Internet The internet is the largest computer network system in the world. It consists of many smaller networks connected together by a global public.
Management Information Systems by Prof. Park Kyung-Hye Chapter 7 (8th Week) Databases and Data Warehouses 07.
What Is Enterprise Computing?
Data Resource Management
Fundamentals of Information Systems, Sixth Edition
Discovering Computers 2010: Living in a Digital World Chapter 14
Client/Server Databases and the Oracle 10g Relational Database
IS 130 Information systems 1
Database Systems Chapter 3 1.
BASIC INFORMATION ABOUT DATABASE MANAGEMENT SOFTWARE
Fundamentals of Information Systems, Sixth Edition
Fundamentals & Ethics of Information Systems IS 201
E-commerce | WWW World Wide Web - Concepts
E-commerce | WWW World Wide Web - Concepts
What is an attribute? How is it related to an entity?
Data Resource Management
Chapter 9: Database Systems
Chapter 9: Database Systems
DATABASE TECHNOLOGIES
LO3 – Understand Business IT Systems
The Database Environment
Database management systems
Presentation transcript:

Database Fundamentals

Database Fundamentals The term database refers to a collection of data that is multidimentional in the sense that internal links between its entries make the information accessable from a variety of perspectives. This is in contrast to a traditional file system, sometimes called a flat file, which is a one-dimentional storage system, meaning that it presents its information from a single point of view.

Database Fundamentals Whereas a flat file containing information about composers and their compositions might provide a list of composition arranged by composer, a database might present all the works by a single composer, all the composers who wrote a particular type of music, and perhaps the composers who wrote variations of another composer’s work.

Database Fundamentals the significance of database systems Historically, as computing machinery found broader uses in information management, each application tended to be implemented as a separate system with its own collection of data. Payroll was processed using the payroll file, the personnel department maintained its own employee records, and inventory was managed via an inventory file.

Database Fundamentals This meant that much of the information required by an organization was duplicated throughout the company, while many different but related items were stored in separate systems. In this setting, database systems emerged as a means of integrating the information stored and maintained by a particular organization (Figure 9.1).

Figure 9.1 A file versus a database organization

Database Fundamentals Such integrated pools of information provided a valuable resource with which management decision could be made, assuming the information could be accessed in a meaningful way.

Database Fundamentals Moreover, database systems have become the underlying technology that supports many of the more popular sites on the World Wide Web. The underlying theme of sites such as Google, eBay, and Amazon is to provide an interface between clients and databases. To respond to a client’s request, the server interrogates a database, organizes the results in the form of a Web page, and sends the page to the client.

to be continue…