1 / 32

بسم الله الرحمن الرحيم

بسم الله الرحمن الرحيم. إعداد الطالب ::- ضياء أبو رجيلة. Data Resource Management. Data Resource Management. The definition of DataBase:- An Integrated collection of logically related data elements. Foundation Data Concepts (continued). Levels of data Character

Download Presentation

بسم الله الرحمن الرحيم

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. بسم الله الرحمن الرحيم • إعداد الطالب ::- • ضياء أبو رجيلة

  2. Data Resource Management

  3. Data Resource Management • The definition of DataBase:- An Integrated collection of logically related data elements.

  4. Foundation Data Concepts (continued) • Levels of data • Character • Single alphabetical, numeric, or other symbol • Field • Groupings of characters • Represents an attribute of some entity

  5. Foundation Data Concepts (continued) • Records • Related fields of data • Collection of attributes that describe an entity • Fixed-length or variable-length

  6. Foundation Data Concepts (continued) • Files (table) • A group of related records • Classified by • Primary use • Type of data • permanence

  7. Foundation Data Concepts (continued) • Database • Integrated collection of logically related data elements • Consolidates records into a common pool of data elements • Data is independent of the application program using them and type of storage device

  8. Types of Databases • Operational • Supports business processes and operations • Also called subject-area databases, transaction databases, and production databases

  9. Types of Databases (continued) • Distributed • Replicated and distributed copies or parts of databases on network servers at a variety of sites. • Done to improve database performance and security

  10. Types of Databases (continued) • External • Available for a fee from commercial sources or with or without charge on the Internet or World Wide Web • Hypermedia • Hyperlinked pages of multimedia

  11. Data Warehouses and Data Mining • Data warehouse • Stores data extracted from operational, external, or other databases of an organization • Central source of “structured” data • May be subdivided into data marts

  12. Data Warehouses and Data Mining (continued) • Data mining • A major use of data warehouse databases • Data is analyzed to reveal hidden correlations, patterns, and trends

  13. Database Management Approach • Consolidates data records and objects into databases that can be accessed by many different application programs

  14. Database Management Approach (continued) • Database Management System • Software interface between users and databases • Controls creation, maintenance, and use of the database

  15. Database Management Approach (continued) • Database Interrogation • Query • Supports ad hoc requests • Tells the software how you want to organize the data • SQL queries • Graphical (GUI) & natural queries

  16. Database Management Approach (continued) • Report Generator • Turns results of query into a useable report • Database Maintenance • Updating and correcting data

  17. Database Management Approach (continued) • Application Development • Data manipulation language • Data entry screens, forms, reports, or web pages

  18. Implementing Data Resource Management • Database Administration • Develop and maintain the data dictionary • Design and monitor performance of databases • Enforce database use and security standards

  19. Implementing Data Resource Management (continued) • Data Planning • Corporate planning and analysis function • Developing the overall data architecture

  20. Implementing Data Resource Management (continued) • Data Administration • Standardize collection, storage, and dissemination of data to end users • Focused on supporting business processes and strategic business objectives • May include developing policy and setting standards

  21. Implementing Data Resource Management (continued) • Challenges • Technologically complex • Vast amounts of data • Vulnerability to fraud, errors, and failures

  22. Section II • Technical Foundations of Database Management

  23. Database Structures • Hierarchical • Treelike • One-to-many relationship • Used for structured, routine types of transaction processing

  24. Database Structures (continued) • Network • More complex • Many-to-many relationship • More flexible but doesn’t support ad hoc requests well

  25. Database Structures (continued) • Relational • Data elements stored in simple tables • Can link data elements from various tables • Very supportive of ad hoc requests but slower at processing large amounts of data than hierarchical or network models

  26. Database Structures (continued) • Multi-Dimensional • A variation of the relational model • Cubes of data and cubes within cubes • Popular for online analytical processing (OLAP) applications

  27. Database Structures (continued) • Object-oriented • Key technology of multimedia web-based applications • Good for complex, high-volume applications

  28. Accessing Databases • Key fields (primary key) • A field unique to each record so it can be distinguished from all other records in a table

  29. Accessing Databases (continued) • Sequential access • Data is stored and accessed in a sequence according to a key field • Good for periodic processing of a large volume of data, but updating with new transactions can be troublesome

  30. Accessing Databases (continued) • Direct access • Methods • Key transformation • Index • Indexed sequential access

  31. Database Development • Data dictionary • Directory containing metadata (data about data) • Structure • Data elements • Interrelationships • Information regarding access and use • Maintenance & security issues

  32. Database Development (continued) • Data Planning & Database Design • Planning & Design Process • Enterprise model • Entity relationship diagrams (ERDs) • Data modeling • Develop logical framework for the physical design

More Related