B.Sc (Computer Science) Database Management Systems UNIT-V

Size: px
Start display at page:

Download "B.Sc (Computer Science) Database Management Systems UNIT-V"

Transcription

1 1 B.Sc (Computer Science) Database Management Systems UNIT-V Business Intelligence? Business intelligence is a term used to describe a comprehensive cohesive and integrated set of tools and process used to capture, collect, integrate, store and analyze the data with the purpose of generating and presenting information used to support business decision making. Business intelligence is about creating intelligence about a business. This intelligence is based on learning and understanding the facts about business environment. Business intelligence is a framework that allows a business to transform data into information, information into knowledge and knowledge into wisdom which in turn empowers users to make sound business decisions. Business intelligence is a comprehensive endeavor because it encompasses all business processes within an organization. Business processes are the central units of operation in a business. Implementing business intelligence in an organization involves capturing not only business data but also the metadata. Business intelligence involves the following general steps 1. Collecting and storing operational data. 2. Aggregating the operational data into decision support data. 3. Analyzing decision support data to generate information. 4. Presenting such information to the end user. 5. Making business decisions. 6. Monitoring results to evaluate outcomes of the business decisions. Business Architecture: Business architecture covers a range of technologies and applications to manage the entire data life cycle. Business intelligence functionality ranges from simple data gathering and extraction to very complex data analysis and presentation applications. Business architecture is composed of data, people, processes, technology and management of such components. The main focus of business intelligence is to gather, integrate and store business data for the purpose of creating information. Business intelligence integrates people and processes using technology in order to add value to the business. Business intelligence architecture can be described with the help of basic components that form part of its infrastructure. There are four basic components that all business intelligence environments should provide. 1. Data extraction, transformation and loading tools:

2 This component is in charge of collecting, filtering, integrating and aggregating operational data to be saved into a data store optimized for decision support. As the name implies, this component extracts the implies, this component extracts the data, filters the extracted data to select the relevant records. 2. Data store: The data store is optimized for decision support and is generally represented by a data warehouse or a data mart. The data store contains business data extracted from operational database and from external data sources. 3. Data query and analysis tool: This component performs data retrieval, data analysis and data mining tasks using the data in the data store and business data analysis model. This component is used by data analyst to create queries that access the database. 4. Data presentation and visualize tools: This component is in charge of presenting the data to the end user in a variety of ways. This component is used by the data analyst to organize and present the data. Each BI component has generated a fast growing market for specialized tools. Some of the sample BI tools are Decision Support Systems: DSS is an arrangement of computerized tools used to assist managerial decision making within a business. Dash Boards and Business activity monitoring: Dashboards us web-based technologies to present key business performance indicators or information in a single integrated view. Portals: Portals provide a unified single point of entry for information distribution. These are web based technology that uses a web browser to integrate data from multiple sources into a single web page. Data analysis and reporting tools: Advanced tools are used to query multiple diverse data sources to create single integrated reports. Data mining: This tool provides advanced statistical analysis to uncover problems hidden within business data. Data ware houses: It is a foundation on which business intelligence infrastructure is built. OLAP tools: Online analytical processing provides multidimensional analysis. Data visualization: This tool provides advanced visual analysis to understand business data. Data warehouse: The data warehouse is an integrated, subject-oriented, time-variant, non-volatile data base that provides support for decision making. 1. Integrated: The data warehouse is a centralized, consolidated database that integrates data derived from the entire organization and from multiple sources. Data integration implies that all business entities, data elements, data characteristics are described in the same way through out the enterprise. 2. Subject oriented: The data warehouse data is arranged and optimized to provide answers to questions coming from diverse functional areas from 2

3 3 diverse functional areas within a company. Data warehouse data are organized and summarized by topic. 3. Time variant: The warehouse data represent the flow of data through time. It can even contain projected data. 4. Non volatile: Once data enter the data warehouse, they are never removed. The data warehouse Is always growing. Difference between data warehouses and operational databases Characteristic Operational database data Data warehouse data Integrated Subject-oriented Time- variant Non volatile Similar data can have different representations or meanings. Data are stored with a functional or process orientation. Data are recorded as current transactions Data updates are frequent and common Provide a unified view of all data elements with a common definition. Data are stored with a subject oriented that facilitates multiple views of data. Data are recorded with a historical perspective in mind. Data cannot be changed. Twelve rules that define a data warehouse: 1. The data warehouse and operational environments are separated. 2. The data warehouse data are integrated. 3. The data warehouse contains over a long time. 4. The data warehouse data are snapshot data captured. 5. The data warehouse data are subject oriented. 6. The data warehouse data are mainly read only. 7. The data warehouse developments life cycle differs from classical systems development. 8. The data warehouse contains current detail data, old detail data, lightly summarized data and highly summarized data. 9. The data warehouse environment is characterized by read only transactions to very large data sets. 10. The data warehouse environment has a system that traces data sources, transformations and storage. 11. The data warehouse s metadata are a critical component of this environment. 12. The data warehouse contains a charge back mechanism for resources usage.

4 4 OLAP (online Analytical processing): Online Analytical processing is an advanced data analysis environment that supports decision making, business modeling, and operations research. Characteristics of OLAP: a. Use multidimensional data analysis techniques. b. Provide advanced data base support c. Provide easy-to-use end user interface d. Support client/server architecture. Multidimensional data analysis techniques: In multidimensional analysis, data are processed and viewed as a part of multidimensional structure. This multidimensional view allows end users to consolidate or aggregate data at different levels. It allows a business analyst to easily switch business perspectives. Additional functions: 1. Advanced data presentation functions: 3D graphics, pivot tables, crosstab, 3D cubes and other such facilities are compatible with desktop spreadsheets, statistical packages and query and report packages. 2. Advanced data aggregation consolidation and classifications functions: These include business oriented variables, financial and accounting ratios and statistical and forecasting functions. 3. Advanced data modeling functions: These provide support for linear programming, variable assessments, variable contributions to outcome and other modeling tools. 4. Advanced database support: To deliver efficient decision support, OLAP tools must have advanced data access features. 1. Access to many different kinds of DBMSS, flat files, internal and external data sources. 2. Access to aggregate data warehouse data 3. Advanced data Navigational features such as drill-down and roll-up. 4. Rapid and consistent query response times. 5. The ability to map end-user s. 6. Request support for very large databases. Easy to use End- user Interface: Easy to use graphical user interfaces make sophisticated data extraction and analysis tools easily accepted and readily used. client/server architecture: The client/server environment enables us to divide an OLAP system into several components that define its architecture.

5 5 OLAP Architecture: OLAP operational characteristics can be divided into 3 main modules ü Graphical user Interface ü Analytical processing logic ü Data processing logic OLAPGUI ANALYTICAL PROCESSING LOGIC DATA PROCESSING LOGIC OPERATI ONAL DATA DATA WAREH OUSE OLAP systems are designed to use both operational and data warehouse data. OLAP system components located on a single computer. One problem here is that each data analyst must have a powerful computer to store the OLAP system and perform all data processing locally. Each analyst uses a separate copy of the data. In other words each end user must have a private the benefits of a single business image shared among all users. In this architecture the OLAPGUI runs on client workstation, while the OLAP engine or server, composed of OLAP analytical processing logic and OLAP data processing logic, runs on a shared computer. The OLAP server will be the front end and this front end or middle layer accepts and processing request generated by the many end user analytical tools. The enduser GUI might be a custom made program or more likely a plug in module. The data warehouse is created and maintained by a process or software tool that is independent of OLAP system. This independent software performs the data extraction, filtering and integration necessary to transform operational data into data warehouse data. In most implementations, the data warehouse and OLAP are interrelated while the data warehouse holds integrated, subject-oriented, time-variant, and non-volatile decision support

6 6 data, the OLAP system provides the frontend through which end users access and analyze such data. The OLAP system can provide a multidimensional data store component which can be shown as OLAPGUI Operational data Analytical processing logic Data processing logic OLAPGUI OLAPGUI DATA WAREH OUSE multi-user s access OLAP engine. Data as a corporate asset:- Data is a valuable asset that requires careful management. Data is a valuable resource that can translate into information. An organization is subject to a data-information-decision cycle, that is the data user applies intelligence to data to produce information that is the basis of knowledge used in decision making by the user. To manage data as a corporate asset, manager must understand the values of information that is, processed data. The need for and role of a database in an organization:- Data is used by different people in different departments for different reasons. Data management must address the concept of shared data. In every organization the database main role is to support managerial decision at all levels in the organization while preserving data privacy and security. An organization s managerial structure might be divided into three levels: Top level, middle level and operational level. Operational management makes daily operational decisions. Operational decisions are short term and affect only daily operations. Middle level management makes tactical decisions. Tactical decisions involve a longer time frame and affect large scale Operations. Top level management makes strategic decisions. Strategic decisions affect the long term well being of the company or even its survival. At the top management level, the database must be able to do the following 1. Provide the information necessary for strategic decision making, strategic planning, and goals definition. 2. Provide access to external and internal data to identify growth opportunities and to chart the direction of such growth. 3. Provide a frame work for defining and enforcing organizational policies. 4. Provide feedback to monitor whether the company its achieving its goals.

7 7 At middle management level, the database must be able to do the following: a) Deliver the data necessary for tactical decisions and planning. b) Provide a framework for enforcing and ensuring the security means of the data in the database. Security means protecting the data against unauthorized users. Privacy deals with the rights of individuals and organization determines to whom, what data usage is given. At the operational management level the database must do the following: a) The database must represent and support the company operations as closely as possible. b) The database has to produce query results within specified performance levels. c) The database enhances the company s short term operational ability. Security:- Security means to ensure the confidentiality, integrity and availability of an information system and data. Security makes necessary to secure the over all information. System architecture that means hardware systems, software applications, the network and its devices. The three security goals are (1) Confidentiality:- Confidentiality deals with ensuring that data is protected against unauthorized access. If the data are accessed by an authorized user, that means data are used for an authorized purpose. Data must be evaluated and classified according to the level of confidentiality. The three levels are a) Highly restricted: means very few people have access. b) Confidential: means only certain groups gave access. c) Unrestricted: means data can be accessed by all users. (2) Integrity:- Within the data security framework integrity means keeping data consistent free of anomalies or errors. The DBMS plays an important role in ensuring the integrity of the data in the database. Form security point of view integrity deals not only with the data in the database, but also with ensuring that organizational processes, users, and usage patterns maintain such integrity. (3) Availability:- Availability refers to the accessibility of data whenever required by authorized users and for authorized purpose. To ensure data availability, the entire system must be protected from service degradation or interruption caused by any source. System availability is an important goal of security. Security Policies:- Security policy is a collection of standards, policies and procedures created to guarantee the security of a system. Security Policies:- (or) Security Threats

8 8 A security vulnerability is to allow unauthorized access or cause service disruption. When a security vulnerability is left unchecked, it could become a security threat. A security threat is an imminent security violation. When a security branch has occurred, then the database integrity is affected as either preserved or corrupted. Preserved means an action is required to avoid the repetition of similar security problems, but data recovery may not be necessary. Corrupted means an action is required to avoid the repetition of similar security problems such as database access by computer viruses and by hackers. When database is corrupted it must be recovered to a consistent state. The various system components for security threats are as follows. a) People b) Workstations and servers c) Operating systems d) Applications e) Networks f) Data Database Security:- Protecting the data in the database is a function of authorization management. Authorization management defines procedures to protect database security and integrity. Those procedures include a. User access management b. View definition c. DBMS access control d. DBMS usage monitoring (a) User access management:- This function is designed to limit access to the database and include the following procedures: 1. Defining each user to the database. This is achieved at the operating system level and at the DBMS level. At the operating system level, the DBA will create a user Id that allows the end user to log on to the computer system. At the DBMS level, the DBA can create a user Id authorize the end user to access the DBMS. 2. Assigning passwords to each user. This is also done at both operating system and DBMS levels. The database passwords can be assigned with predetermined expiration dates. 3. DBA assigned access privileges or access rights to specific users to access specified database. Access rights include READ, WRITE and DELETE privileges. Access privileges in relational database are assigned through SQL GRANT and REVOKE commands. 4. Physical security can prevent unauthorized users from directly accessing the DBMS installation and facilities. Common physical security practices are electronic personnel badges, closed circuit video or biometric technology etc. (b) View definition:-

9 9 The DBA must define data views to protect and control the slope of the data that are accessible to an authorized user. A view is a logical representation of one or more tables. It is a mirror image of a table. A view takes out of a query and treats it as a table with out any restriction. Therefore view can be also called virtual table. The main advantage of view is it does not occupy space in memory because of view has no own data. The accessing rights are given to a user or group of users. The SQL command CREATE VIEW is used in relational database to define views. Ex:- to create a view for clerks the following command is used. SQL> create view emp_clerk as select * from emp where job= CLERK ; (c)dbms access control:- Database access can be controlled by placing limits on the use of DBMS query and reporting tools. (d) DBMS Usage Monitoring:- The DBA must audit the use of the data in the database. Several DBMS packages have the feature of creating an audit log, which automatically records a brief description of the database operations performed by all users. Database Administration Tools:- Database Administration tools are a) Data Dictionary b) CASE Tools. Data Dictionary:- Data Dictionary is a DBMS component which stores the characteristics and relationships of data that means it stores meta data that is data about the data. The two main types of data dictionaries are a) Integrated b) Standalone An integrated data dictionary is included with the DBMS. For example all relational DBMS include a built in data dictionary or system catalog that is frequently accessed and updated by RDBMS. The order DBMS do not have a built-in data dictionary so the DBA may use standalone data dictionary system. Data dictionaries are also classified as active or passive An active data dictionary is automatically updated by the DBMS with every database access. A passive data dictionary is not updated automatically. It requires a batch process running. In the data dictionary to store information no standalone format is followed. The data dictionary stores the following information of elements.

10 10 1. The data elements that are defined in all tables of all databases are stored in data dictionary. It contains the data elements names, data types, display format, internal storage format and validation rules. 2. The data dictionary stores the tables defined in all databases. It stores the name of the table creator, the date of creation and the number of columns. 3. The DBMS stores in data dictionary the information about indexes which are defined for each database table. The information contains index name, the attributes used, the location and the creation data etc. 4. The data dictionary also stores the relationships among data elements. It includes which elements are involved and whether the relationships are mandatory or optional. The DBA can use the data dictionary to support data analysis and design. The data dictionary can also be used by application programmers to meet all of the naming standards for the data elements in the database. So the data dictionary can be used to support a wide range of data administration activites. 2. CASE Tools:- CASE stands for Computer Aided Systems Engineering. CASE tool provides an automated framework for the systems development life cycle (SDLC). CASE tools play an important role in information systems development. CASE uses structured methodologies and powerful graphical interfaces. CASE tools provide support for the planning analysis and design phases. Back end CASE tools provide support for the coding and implementation phases. The CASE data dictionary stores data flow diagrams (DFDS), structure charts, descriptions of all external and internal entities, data stores, data items, report formats and screen formats. A CASE data dictionary also describes the relationships among the components of the system. The database and application designers use the CASE tools to store the description of the database schema, data elements, application processes, screens and reports. A CASE environment improves the quality of communication among the DBA, application designers and the end users. When the CASE tool indicates conflicts, rules violations and inconsistencies, it facilitates making corrections. A CASE tool provides 5 components. i. Graphics designed to produce structured diagrams such as data flow diagrams, ER diagrams, class diagrams and object diagrams. ii. Screen painters and report generators to produce the information systems input and output formats. iii. An integrated repository for storing the system design data. iv. An analysis segment to provide a fully automated check on system consistency and syntax. v. A program documentation generator.

11 11 The DBA s Technical Role:- The DBA s technical role include the selection, installation, operation, maintenance and upgrading of the DBMS and utility software. The DBA s technical role also include the design, development and maintenance of the application programs that interact with the database. The DBA s technical activities are a logical extension of the DBA s managerial activities. The technical aspects of the DBA s job are rooted in the following areas of operation: i. Evaluating, selecting and installing the DBMS and Utilities. ii. Designing and implementing databases and applications iii. Testing and evaluating databases and applications. iv. Operating the DBMS, utilities and applications v. Training and supporting users. vi. Maintaining the DBMS, utilities and applications. i. Evaluating, selecting and installing the DBMS and Utilities:- DBA s first and most important technical responsibilities is selecting the database management system, utility software and supporting hardware to be used in the organization. DBA must develop and execute a plan for evaluating and selecting the DBMS and that plan must be based on the organization s needs. To match DBMS capability to the organization s needs, the DBA has to develop is checklist of desired DBMS features. That DBMS checklist should address the following issues. a) Which data model that means relational or object-oriented model serves the better company s needs. b) What maximum disk and database size is required and what are other storage needs. c) Which programming languages are supported, what application development tools like database schema design, data dictionary are available. d) Does the DBMS support referential and integrity rules, access rights and does the DBMS support the use of audit tracks to spot errors and security violations. e) Does the DBMS provide some automated backup and recovery tools. f) Does the DBMS support multiple users. g) How many transactions per second does the DBMS support. h) Can the DBMS run on difficult operating systems and platforms. i) What hardware does the DBMS require, does the DBMS have a data dictionary and does DBMS support any CASE tools. j) What costs are involved in the acquisition of the software and hardware. How many additional personnel are required.

12 12 ii. Designing and Implementing Databases and Applications The DBA function also provides dat modeling and design services to endusers. The primary activities of a DBA are to determine and enforce standards and procedures to be used. The DBA must ensure that the database modeling and design activities are using appropriate standards and procedures. The DBA then provides the necessary assistance and support during the design of the database at conceptual, logical and physical levels. The DBA also works with application programmes to ensure the quality and integrity of database design and transactions. The implementations of the applications requires the implementation of the physical database. Therefore, the DBA must provide assistance during the physical design, including storage space determination and creation, data loading, conversion. The DBA s implementation tasks also include the generation, compilation, and storage of the application s access plan. An action plan is a set of instructions generated at application completion time that predetermines how the application will access the database at runtime. Before an application comes online, the DBA must develop, test and implement the operational procedures required by the new system. Such operational procedures include utilizing training, security and backup and recovery plans. iii. Testing and Evaluating Databases and Applications:- The DBA, must also provide testing and evaluation services for all the database and end user applications. Procedures and standards must be tested before any application program can be approved for use in the company. Testing usually starts with the loading of the testbed database. Testbed database contains test data for the applications. Testbed database s purpose is to check the data definition and integrity rules of the database and application programs. The testing and evaluation of a database application cover all aspects of the system. The evaluation process covers the following; a) Technical aspects of both the applications and the database. Backup and recovery, security and integrity, use of SQL and application performance must be evaluated. b) Evaluation of the written document to ensure that the documentation and procedures are accurate to follow.

13 13 c) Observance of standards for naming, documenting and coding. d) The enforcement of all data validation rules. After the through testing of all applications, the database, and the system is declared operational and can be made available to end users. iv. Operating the DBMS, Utilities and Applications:- DBMS operations can be divided into 4 main areas: a. System support b. Performance monitoring and tuning c. Backup and recovery d. Security auditing and monitoring System support activities cover all tasks directly related to the day to day operations of the DBMS and its applications. These activities include filling out job logs and verifying the status of computer hardware, disk packages and emergency power sources. Performance monitoring and tuning activities are designed to ensure that the DBMS, utilities and applications maintain satisfactory performance levels. DBMS offer include performance-monitoring tools that allow the DBA to query database usage information. To produce satisfactory performance, the DBA has to spend much time trying to educate programmers and end users on the proper use of SQL statements. The DBA should create indexes that can be used to improve system performance. The concurrency issue is important to the efficient operation of the system. The DBA must be familiar with the factors that influence concurrency. During DBMS performance tuning, the DBA must also consider available storage resources in terms of both primary and secondary memory. The allocation of storage resources is determined when the DBMS is configured. Performance monitoring issues are DBMS specific. Therefore, the DBA must before familiar with the DBMS manuals to learn the technical details involved is the performance-monitoring task. Backup and recovery activities are of primary concern during the DBMS operation. The DBA must establish a schedule for backing up database and log files at appropriate intervals. All the critical system components like the database, database applications, and transaction logs must be backed up periodically. Database recovery after a media or systems failure requires application of the transaction log to the correct database copy. Security auditing and monitoring involve creating users, assigning access rights, using SQL commands to grant and revoke access rights to users and database objects, creating audit trails to discover security violations. The DBA must periodically generate an audit trail report to determine whether there have been attempted security violations or not, and if so from what locations, by whom. v. Training and supporting users

14 14 DBA s another technical activity is to train people how to use the DBMS and its tools. DBA s also provides technical training for application programmer how to use DBMS and its utilities. Application programmers training covers the use of the DBMS tools as well as procedures and standards required for database programming. vi. Maintaining the DBMS, Utilities and Applications The maintenance activities of the DBA are an extension of the operational activities. DBMS maintenance includes management of the physical or secondary storage devices. One of the most common maintenance activities is reorganizing the physical location of data in the database. The reorganization of a database might be designed to allocate contiguous disk-page locations to the DBMS to increase performance. The reorganization process also might free the space allocated to deleted data, thus providing more disk space for new data. Maintenance activities also include upgrading the DBMS and utility software. The upgrade might require the installation of a new version of the DBMS software or an Internet front-end tool.

Fluency With Information Technology CSE100/IMT100

Fluency With Information Technology CSE100/IMT100 Fluency With Information Technology CSE100/IMT100 ),7 Larry Snyder & Mel Oyler, Instructors Ariel Kemp, Isaac Kunen, Gerome Miklau & Sean Squires, Teaching Assistants University of Washington, Autumn 1999

More information

OLAP and OLTP. AMIT KUMAR BINDAL Associate Professor M M U MULLANA

OLAP and OLTP. AMIT KUMAR BINDAL Associate Professor M M U MULLANA OLAP and OLTP AMIT KUMAR BINDAL Associate Professor Databases Databases are developed on the IDEA that DATA is one of the critical materials of the Information Age Information, which is created by data,

More information

Data Warehousing. Yeow Wei Choong Anne Laurent

Data Warehousing. Yeow Wei Choong Anne Laurent Data Warehousing Yeow Wei Choong Anne Laurent Databases Databases are developed on the IDEA that DATA is one of the cri>cal materials of the Informa>on Age Informa>on, which is created by data, becomes

More information

Data Warehousing and Data Mining in Business Applications

Data Warehousing and Data Mining in Business Applications 133 Data Warehousing and Data Mining in Business Applications Eesha Goel CSE Deptt. GZS-PTU Campus, Bathinda. Abstract Information technology is now required in all aspect of our lives that helps in business

More information

14. Data Warehousing & Data Mining

14. Data Warehousing & Data Mining 14. Data Warehousing & Data Mining Data Warehousing Concepts Decision support is key for companies wanting to turn their organizational data into an information asset Data Warehouse "A subject-oriented,

More information

Introduction. Chapter 1. Introducing the Database. Data vs. Information

Introduction. Chapter 1. Introducing the Database. Data vs. Information Chapter 1 Objectives: to learn The difference between data and information What a database is, the various types of databases, and why they are valuable assets for decision making The importance of database

More information

BUILDING OLAP TOOLS OVER LARGE DATABASES

BUILDING OLAP TOOLS OVER LARGE DATABASES BUILDING OLAP TOOLS OVER LARGE DATABASES Rui Oliveira, Jorge Bernardino ISEC Instituto Superior de Engenharia de Coimbra, Polytechnic Institute of Coimbra Quinta da Nora, Rua Pedro Nunes, P-3030-199 Coimbra,

More information

Foundations of Business Intelligence: Databases and Information Management

Foundations of Business Intelligence: Databases and Information Management Chapter 5 Foundations of Business Intelligence: Databases and Information Management 5.1 Copyright 2011 Pearson Education, Inc. Student Learning Objectives How does a relational database organize data,

More information

Emerging Technologies Shaping the Future of Data Warehouses & Business Intelligence

Emerging Technologies Shaping the Future of Data Warehouses & Business Intelligence Emerging Technologies Shaping the Future of Data Warehouses & Business Intelligence Appliances and DW Architectures John O Brien President and Executive Architect Zukeran Technologies 1 TDWI 1 Agenda What

More information

Copyright 2007 Ramez Elmasri and Shamkant B. Navathe. Slide 29-1

Copyright 2007 Ramez Elmasri and Shamkant B. Navathe. Slide 29-1 Slide 29-1 Chapter 29 Overview of Data Warehousing and OLAP Chapter 29 Outline Purpose of Data Warehousing Introduction, Definitions, and Terminology Comparison with Traditional Databases Characteristics

More information

CHAPTER 6 DATABASE MANAGEMENT SYSTEMS. Learning Objectives

CHAPTER 6 DATABASE MANAGEMENT SYSTEMS. Learning Objectives CHAPTER 6 DATABASE MANAGEMENT SYSTEMS Management Information Systems, 10 th edition, By Raymond McLeod, Jr. and George P. Schell 2007, Prentice Hall, Inc. 1 Learning Objectives Understand the hierarchy

More information

DATA WAREHOUSING AND OLAP TECHNOLOGY

DATA WAREHOUSING AND OLAP TECHNOLOGY DATA WAREHOUSING AND OLAP TECHNOLOGY Manya Sethi MCA Final Year Amity University, Uttar Pradesh Under Guidance of Ms. Shruti Nagpal Abstract DATA WAREHOUSING and Online Analytical Processing (OLAP) are

More information

IAF Business Intelligence Solutions Make the Most of Your Business Intelligence. White Paper November 2002

IAF Business Intelligence Solutions Make the Most of Your Business Intelligence. White Paper November 2002 IAF Business Intelligence Solutions Make the Most of Your Business Intelligence White Paper INTRODUCTION In recent years, the amount of data in companies has increased dramatically as enterprise resource

More information

OLAP and Data Mining. Data Warehousing and End-User Access Tools. Introducing OLAP. Introducing OLAP

OLAP and Data Mining. Data Warehousing and End-User Access Tools. Introducing OLAP. Introducing OLAP Data Warehousing and End-User Access Tools OLAP and Data Mining Accompanying growth in data warehouses is increasing demands for more powerful access tools providing advanced analytical capabilities. Key

More information

Concepts of Database Management Seventh Edition. Chapter 9 Database Management Approaches

Concepts of Database Management Seventh Edition. Chapter 9 Database Management Approaches Concepts of Database Management Seventh Edition Chapter 9 Database Management Approaches Objectives Describe distributed database management systems (DDBMSs) Discuss client/server systems Examine the ways

More information

1 File Processing Systems

1 File Processing Systems COMP 378 Database Systems Notes for Chapter 1 of Database System Concepts Introduction A database management system (DBMS) is a collection of data and an integrated set of programs that access that data.

More information

Part 22. Data Warehousing

Part 22. Data Warehousing Part 22 Data Warehousing The Decision Support System (DSS) Tools to assist decision-making Used at all levels in the organization Sometimes focused on a single area Sometimes focused on a single problem

More information

Chapter 5 Business Intelligence: Data Warehousing, Data Acquisition, Data Mining, Business Analytics, and Visualization

Chapter 5 Business Intelligence: Data Warehousing, Data Acquisition, Data Mining, Business Analytics, and Visualization Turban, Aronson, and Liang Decision Support Systems and Intelligent Systems, Seventh Edition Chapter 5 Business Intelligence: Data Warehousing, Data Acquisition, Data Mining, Business Analytics, and Visualization

More information

Data Warehousing and OLAP Technology for Knowledge Discovery

Data Warehousing and OLAP Technology for Knowledge Discovery 542 Data Warehousing and OLAP Technology for Knowledge Discovery Aparajita Suman Abstract Since time immemorial, libraries have been generating services using the knowledge stored in various repositories

More information

Introduction to Database Systems

Introduction to Database Systems Introduction to Database Systems A database is a collection of related data. It is a collection of information that exists over a long period of time, often many years. The common use of the term database

More information

Course 803401 DSS. Business Intelligence: Data Warehousing, Data Acquisition, Data Mining, Business Analytics, and Visualization

Course 803401 DSS. Business Intelligence: Data Warehousing, Data Acquisition, Data Mining, Business Analytics, and Visualization Oman College of Management and Technology Course 803401 DSS Business Intelligence: Data Warehousing, Data Acquisition, Data Mining, Business Analytics, and Visualization CS/MIS Department Information Sharing

More information

BENEFITS OF AUTOMATING DATA WAREHOUSING

BENEFITS OF AUTOMATING DATA WAREHOUSING BENEFITS OF AUTOMATING DATA WAREHOUSING Introduction...2 The Process...2 The Problem...2 The Solution...2 Benefits...2 Background...3 Automating the Data Warehouse with UC4 Workload Automation Suite...3

More information

Course 103402 MIS. Foundations of Business Intelligence

Course 103402 MIS. Foundations of Business Intelligence Oman College of Management and Technology Course 103402 MIS Topic 5 Foundations of Business Intelligence CS/MIS Department Organizing Data in a Traditional File Environment File organization concepts Database:

More information

MAS 200 for SQL Server. Technology White Paper. Best Software, Inc.

MAS 200 for SQL Server. Technology White Paper. Best Software, Inc. MAS 200 for SQL Server Technology White Paper Best Software, Inc. Table of Contents MAS 200 for SQL Server............ 1 Why Microsoft SQL Server for MAS 200?... 3 Tuning Wizard...3 Query Optimizer...4

More information

Foundations of Business Intelligence: Databases and Information Management

Foundations of Business Intelligence: Databases and Information Management Foundations of Business Intelligence: Databases and Information Management Content Problems of managing data resources in a traditional file environment Capabilities and value of a database management

More information

Lection 3-4 WAREHOUSING

Lection 3-4 WAREHOUSING Lection 3-4 DATA WAREHOUSING Learning Objectives Understand d the basic definitions iti and concepts of data warehouses Understand data warehousing architectures Describe the processes used in developing

More information

Foundations of Business Intelligence: Databases and Information Management

Foundations of Business Intelligence: Databases and Information Management Foundations of Business Intelligence: Databases and Information Management Problem: HP s numerous systems unable to deliver the information needed for a complete picture of business operations, lack of

More information

Alexander Nikov. 5. Database Systems and Managing Data Resources. Learning Objectives. RR Donnelley Tries to Master Its Data

Alexander Nikov. 5. Database Systems and Managing Data Resources. Learning Objectives. RR Donnelley Tries to Master Its Data INFO 1500 Introduction to IT Fundamentals 5. Database Systems and Managing Data Resources Learning Objectives 1. Describe how the problems of managing data resources in a traditional file environment are

More information

Chapter 1 Databases and Database Users

Chapter 1 Databases and Database Users Chapter 1 Databases and Database Users Copyright 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 1 Outline Introduction An Example Characteristics of the Database Approach Actors

More information

Copyright 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley. Chapter 1 Outline

Copyright 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley. Chapter 1 Outline Chapter 1 Databases and Database Users Copyright 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Introduction Chapter 1 Outline An Example Characteristics of the Database Approach Actors

More information

An Overview of Database management System, Data warehousing and Data Mining

An Overview of Database management System, Data warehousing and Data Mining An Overview of Database management System, Data warehousing and Data Mining Ramandeep Kaur 1, Amanpreet Kaur 2, Sarabjeet Kaur 3, Amandeep Kaur 4, Ranbir Kaur 5 Assistant Prof., Deptt. Of Computer Science,

More information

IST722 Data Warehousing

IST722 Data Warehousing IST722 Data Warehousing Components of the Data Warehouse Michael A. Fudge, Jr. Recall: Inmon s CIF The CIF is a reference architecture Understanding the Diagram The CIF is a reference architecture CIF

More information

ElegantJ BI. White Paper. Considering the Alternatives Business Intelligence Solutions vs. Spreadsheets

ElegantJ BI. White Paper. Considering the Alternatives Business Intelligence Solutions vs. Spreadsheets ElegantJ BI White Paper Considering the Alternatives Integrated Business Intelligence and Reporting for Performance Management, Operational Business Intelligence and Data Management www.elegantjbi.com

More information

Concepts of Database Management Seventh Edition. Chapter 7 DBMS Functions

Concepts of Database Management Seventh Edition. Chapter 7 DBMS Functions Concepts of Database Management Seventh Edition Chapter 7 DBMS Functions Objectives Introduce the functions, or services, provided by a DBMS Describe how a DBMS handles updating and retrieving data Examine

More information

Chapter 2 Database System Concepts and Architecture

Chapter 2 Database System Concepts and Architecture Chapter 2 Database System Concepts and Architecture Copyright 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 2 Outline Data Models, Schemas, and Instances Three-Schema Architecture

More information

SQL Server 2012 Business Intelligence Boot Camp

SQL Server 2012 Business Intelligence Boot Camp SQL Server 2012 Business Intelligence Boot Camp Length: 5 Days Technology: Microsoft SQL Server 2012 Delivery Method: Instructor-led (classroom) About this Course Data warehousing is a solution organizations

More information

MAS 200. MAS 200 for SQL Server Introduction and Overview

MAS 200. MAS 200 for SQL Server Introduction and Overview MAS 200 MAS 200 for SQL Server Introduction and Overview March 2005 1 TABLE OF CONTENTS Introduction... 3 Business Applications and Appropriate Technology... 3 Industry Standard...3 Rapid Deployment...4

More information

Certified Information Systems Auditor (CISA)

Certified Information Systems Auditor (CISA) Certified Information Systems Auditor (CISA) Course Introduction Course Introduction Module 01 - The Process of Auditing Information Systems Lesson 1: Management of the Audit Function Organization of the

More information

Chapter 6 FOUNDATIONS OF BUSINESS INTELLIGENCE: DATABASES AND INFORMATION MANAGEMENT Learning Objectives

Chapter 6 FOUNDATIONS OF BUSINESS INTELLIGENCE: DATABASES AND INFORMATION MANAGEMENT Learning Objectives Chapter 6 FOUNDATIONS OF BUSINESS INTELLIGENCE: DATABASES AND INFORMATION MANAGEMENT Learning Objectives Describe how the problems of managing data resources in a traditional file environment are solved

More information

DATABASE MANAGEMENT SYSTEM

DATABASE MANAGEMENT SYSTEM REVIEW ARTICLE DATABASE MANAGEMENT SYSTEM Sweta Singh Assistant Professor, Faculty of Management Studies, BHU, Varanasi, India E-mail: sweta.v.singh27@gmail.com ABSTRACT Today, more than at any previous

More information

ORACLE OLAP. Oracle OLAP is embedded in the Oracle Database kernel and runs in the same database process

ORACLE OLAP. Oracle OLAP is embedded in the Oracle Database kernel and runs in the same database process ORACLE OLAP KEY FEATURES AND BENEFITS FAST ANSWERS TO TOUGH QUESTIONS EASILY KEY FEATURES & BENEFITS World class analytic engine Superior query performance Simple SQL access to advanced analytics Enhanced

More information

CHAPTER SIX DATA. Business Intelligence. 2011 The McGraw-Hill Companies, All Rights Reserved

CHAPTER SIX DATA. Business Intelligence. 2011 The McGraw-Hill Companies, All Rights Reserved CHAPTER SIX DATA Business Intelligence 2011 The McGraw-Hill Companies, All Rights Reserved 2 CHAPTER OVERVIEW SECTION 6.1 Data, Information, Databases The Business Benefits of High-Quality Information

More information

www.ijreat.org Published by: PIONEER RESEARCH & DEVELOPMENT GROUP (www.prdg.org) 28

www.ijreat.org Published by: PIONEER RESEARCH & DEVELOPMENT GROUP (www.prdg.org) 28 Data Warehousing - Essential Element To Support Decision- Making Process In Industries Ashima Bhasin 1, Mr Manoj Kumar 2 1 Computer Science Engineering Department, 2 Associate Professor, CSE Abstract SGT

More information

Local Area Networking

Local Area Networking Local Area Networking prashant.mali@cyberlawconsulting.com By Prashant Mali LAN Issues Local Area Networks evolved from stand-alone PCs Control and safety features found commonly in multi-user systems

More information

Database System Architecture & System Catalog Instructor: Mourad Benchikh Text Books: Elmasri & Navathe Chap. 17 Silberschatz & Korth Chap.

Database System Architecture & System Catalog Instructor: Mourad Benchikh Text Books: Elmasri & Navathe Chap. 17 Silberschatz & Korth Chap. Database System Architecture & System Catalog Instructor: Mourad Benchikh Text Books: Elmasri & Navathe Chap. 17 Silberschatz & Korth Chap. 1 Oracle9i Documentation First-Semester 1427-1428 Definitions

More information

Chapter 5. Warehousing, Data Acquisition, Data. Visualization

Chapter 5. Warehousing, Data Acquisition, Data. Visualization Decision Support Systems and Intelligent Systems, Seventh Edition Chapter 5 Business Intelligence: Data Warehousing, Data Acquisition, Data Mining, Business Analytics, and Visualization 5-1 Learning Objectives

More information

Class 2. Learning Objectives

Class 2. Learning Objectives Class 2 BUSINESS INTELLIGENCE Learning Objectives Describe the business intelligence (BI) methodology and concepts and relate them to DSS Understand the major issues in implementing computerized support

More information

Week 3 lecture slides

Week 3 lecture slides Week 3 lecture slides Topics Data Warehouses Online Analytical Processing Introduction to Data Cubes Textbook reference: Chapter 3 Data Warehouses A data warehouse is a collection of data specifically

More information

Foundations of Business Intelligence: Databases and Information Management

Foundations of Business Intelligence: Databases and Information Management Chapter 6 Foundations of Business Intelligence: Databases and Information Management 6.1 2010 by Prentice Hall LEARNING OBJECTIVES Describe how the problems of managing data resources in a traditional

More information

Appendix M INFORMATION TECHNOLOGY (IT) YOUTH APPRENTICESHIP

Appendix M INFORMATION TECHNOLOGY (IT) YOUTH APPRENTICESHIP Appendix M INFORMATION TECHNOLOGY (IT) YOUTH APPRENTICESHIP PROGRAMMING & SOFTWARE DEVELOPMENT AND INFORMATION SUPPORT & SERVICES PATHWAY SOFTWARE UNIT UNIT 5 Programming & and Support & s: (Unit 5) PAGE

More information

Implementing Data Models and Reports with Microsoft SQL Server 20466C; 5 Days

Implementing Data Models and Reports with Microsoft SQL Server 20466C; 5 Days Lincoln Land Community College Capital City Training Center 130 West Mason Springfield, IL 62702 217-782-7436 www.llcc.edu/cctc Implementing Data Models and Reports with Microsoft SQL Server 20466C; 5

More information

Chapter 1. Database Systems. Database Systems: Design, Implementation, and Management, Sixth Edition, Rob and Coronel

Chapter 1. Database Systems. Database Systems: Design, Implementation, and Management, Sixth Edition, Rob and Coronel Chapter 1 Database Systems Database Systems: Design, Implementation, and Management, Sixth Edition, Rob and Coronel 1 In this chapter, you will learn: The difference between data and information What a

More information

SACRAMENTO CITY UNIFIED SCHOOL DISTRICT Position Description. DEPARTMENT: Technology Services SALARY: Range 13 Salary Schedule A

SACRAMENTO CITY UNIFIED SCHOOL DISTRICT Position Description. DEPARTMENT: Technology Services SALARY: Range 13 Salary Schedule A SACRAMENTO CITY UNIFIED SCHOOL DISTRICT Position Description TITLE: Database Administrator CLASSIFICATION: Non-Represented Management, Classified SERIES: Coordinator III FLSA: Exempt JOB CLASS CODE: 1972

More information

Chapter 6. Foundations of Business Intelligence: Databases and Information Management

Chapter 6. Foundations of Business Intelligence: Databases and Information Management Chapter 6 Foundations of Business Intelligence: Databases and Information Management VIDEO CASES Case 1a: City of Dubuque Uses Cloud Computing and Sensors to Build a Smarter, Sustainable City Case 1b:

More information

Technology-Driven Demand and e- Customer Relationship Management e-crm

Technology-Driven Demand and e- Customer Relationship Management e-crm E-Banking and Payment System Technology-Driven Demand and e- Customer Relationship Management e-crm Sittikorn Direksoonthorn Assumption University 1/2004 E-Banking and Payment System Quick Win Agenda Data

More information

Bussiness Intelligence and Data Warehouse. Tomas Bartos CIS 764, Kansas State University

Bussiness Intelligence and Data Warehouse. Tomas Bartos CIS 764, Kansas State University Bussiness Intelligence and Data Warehouse Schedule Bussiness Intelligence (BI) BI tools Oracle vs. Microsoft Data warehouse History Tools Oracle vs. Others Discussion Business Intelligence (BI) Products

More information

Business Intelligence System for Monitoring, Analysis and Forecasting of Socioeconomic Development of Russian Territories

Business Intelligence System for Monitoring, Analysis and Forecasting of Socioeconomic Development of Russian Territories Business Intelligence System for Monitoring, Analysis and Forecasting of Socioeconomic Development of Russian Territories The Ministry of Economic Development of the Russian Federation is responsible for

More information

A Knowledge Management Framework Using Business Intelligence Solutions

A Knowledge Management Framework Using Business Intelligence Solutions www.ijcsi.org 102 A Knowledge Management Framework Using Business Intelligence Solutions Marwa Gadu 1 and Prof. Dr. Nashaat El-Khameesy 2 1 Computer and Information Systems Department, Sadat Academy For

More information

CONCEPTUALIZING BUSINESS INTELLIGENCE ARCHITECTURE MOHAMMAD SHARIAT, Florida A&M University ROSCOE HIGHTOWER, JR., Florida A&M University

CONCEPTUALIZING BUSINESS INTELLIGENCE ARCHITECTURE MOHAMMAD SHARIAT, Florida A&M University ROSCOE HIGHTOWER, JR., Florida A&M University CONCEPTUALIZING BUSINESS INTELLIGENCE ARCHITECTURE MOHAMMAD SHARIAT, Florida A&M University ROSCOE HIGHTOWER, JR., Florida A&M University Given today s business environment, at times a corporate executive

More information

Chapter 14: Databases and Database Management Systems

Chapter 14: Databases and Database Management Systems 15 th Edition Understanding Computers Today and Tomorrow Comprehensive Chapter 14: Databases and Database Management Systems Deborah Morley Charles S. Parker Copyright 2015 Cengage Learning Learning Objectives

More information

2074 : Designing and Implementing OLAP Solutions Using Microsoft SQL Server 2000

2074 : Designing and Implementing OLAP Solutions Using Microsoft SQL Server 2000 2074 : Designing and Implementing OLAP Solutions Using Microsoft SQL Server 2000 Introduction This course provides students with the knowledge and skills necessary to design, implement, and deploy OLAP

More information

Hybrid Support Systems: a Business Intelligence Approach

Hybrid Support Systems: a Business Intelligence Approach Journal of Applied Business Information Systems, 2(2), 2011 57 Journal of Applied Business Information Systems http://www.jabis.ro Hybrid Support Systems: a Business Intelligence Approach Claudiu Brandas

More information

Chapter 6 8/12/2015. Foundations of Business Intelligence: Databases and Information Management. Problem:

Chapter 6 8/12/2015. Foundations of Business Intelligence: Databases and Information Management. Problem: Foundations of Business Intelligence: Databases and Information Management VIDEO CASES Chapter 6 Case 1a: City of Dubuque Uses Cloud Computing and Sensors to Build a Smarter, Sustainable City Case 1b:

More information

MicroStrategy Course Catalog

MicroStrategy Course Catalog MicroStrategy Course Catalog 1 microstrategy.com/education 3 MicroStrategy course matrix 4 MicroStrategy 9 8 MicroStrategy 10 table of contents MicroStrategy course matrix MICROSTRATEGY 9 MICROSTRATEGY

More information

A McKnight Associates, Inc. White Paper: Effective Data Warehouse Organizational Roles and Responsibilities

A McKnight Associates, Inc. White Paper: Effective Data Warehouse Organizational Roles and Responsibilities A McKnight Associates, Inc. White Paper: Effective Data Warehouse Organizational Roles and Responsibilities Numerous roles and responsibilities will need to be acceded to in order to make data warehouse

More information

Building Views and Charts in Requests Introduction to Answers views and charts Creating and editing charts Performing common view tasks

Building Views and Charts in Requests Introduction to Answers views and charts Creating and editing charts Performing common view tasks Oracle Business Intelligence Enterprise Edition (OBIEE) Training: Working with Oracle Business Intelligence Answers Introduction to Oracle BI Answers Working with requests in Oracle BI Answers Using advanced

More information

Chapter 1 - Database Systems

Chapter 1 - Database Systems Chapter 1 - Database Systems TRUE/FALSE 1. Data constitute the building blocks of processing. 2. Accurate, relevant, and timely information is the key to good decision making. 3. Metadata provides the

More information

Oracle9i Data Warehouse Review. Robert F. Edwards Dulcian, Inc.

Oracle9i Data Warehouse Review. Robert F. Edwards Dulcian, Inc. Oracle9i Data Warehouse Review Robert F. Edwards Dulcian, Inc. Agenda Oracle9i Server OLAP Server Analytical SQL Data Mining ETL Warehouse Builder 3i Oracle 9i Server Overview 9i Server = Data Warehouse

More information

Your Data, Any Place, Any Time. Microsoft SQL Server 2008 provides a trusted, productive, and intelligent data platform that enables you to:

Your Data, Any Place, Any Time. Microsoft SQL Server 2008 provides a trusted, productive, and intelligent data platform that enables you to: Your Data, Any Place, Any Time. Microsoft SQL Server 2008 provides a trusted, productive, and intelligent data platform that enables you to: Run your most demanding mission-critical applications. Reduce

More information

Foundations of Business Intelligence: Databases and Information Management

Foundations of Business Intelligence: Databases and Information Management Foundations of Business Intelligence: Databases and Information Management Wienand Omta Fabiano Dalpiaz 1 drs. ing. Wienand Omta Learning Objectives Describe how the problems of managing data resources

More information

CERULIUM TERADATA COURSE CATALOG

CERULIUM TERADATA COURSE CATALOG CERULIUM TERADATA COURSE CATALOG Cerulium Corporation has provided quality Teradata education and consulting expertise for over seven years. We offer customized solutions to maximize your warehouse. Prepared

More information

Business Intelligence Tutorial

Business Intelligence Tutorial IBM DB2 Universal Database Business Intelligence Tutorial Version 7 IBM DB2 Universal Database Business Intelligence Tutorial Version 7 Before using this information and the product it supports, be sure

More information

Oracle Data Integrator 11g: Integration and Administration

Oracle Data Integrator 11g: Integration and Administration Oracle University Contact Us: Local: 1800 103 4775 Intl: +91 80 4108 4709 Oracle Data Integrator 11g: Integration and Administration Duration: 5 Days What you will learn Oracle Data Integrator is a comprehensive

More information

COURSE NAME: Database Management. TOPIC: Database Design LECTURE 3. The Database System Life Cycle (DBLC) The database life cycle contains six phases;

COURSE NAME: Database Management. TOPIC: Database Design LECTURE 3. The Database System Life Cycle (DBLC) The database life cycle contains six phases; COURSE NAME: Database Management TOPIC: Database Design LECTURE 3 The Database System Life Cycle (DBLC) The database life cycle contains six phases; 1 Database initial study. Analyze the company situation.

More information

Implementing Data Models and Reports with Microsoft SQL Server

Implementing Data Models and Reports with Microsoft SQL Server Course 20466C: Implementing Data Models and Reports with Microsoft SQL Server Course Details Course Outline Module 1: Introduction to Business Intelligence and Data Modeling As a SQL Server database professional,

More information

5.5 Copyright 2011 Pearson Education, Inc. publishing as Prentice Hall. Figure 5-2

5.5 Copyright 2011 Pearson Education, Inc. publishing as Prentice Hall. Figure 5-2 Class Announcements TIM 50 - Business Information Systems Lecture 15 Database Assignment 2 posted Due Tuesday 5/26 UC Santa Cruz May 19, 2015 Database: Collection of related files containing records on

More information

Oracle Data Integrator: Administration and Development

Oracle Data Integrator: Administration and Development Oracle Data Integrator: Administration and Development What you will learn: In this course you will get an overview of the Active Integration Platform Architecture, and a complete-walk through of the steps

More information

IBM Cognos 8 Business Intelligence Analysis Discover the factors driving business performance

IBM Cognos 8 Business Intelligence Analysis Discover the factors driving business performance Data Sheet IBM Cognos 8 Business Intelligence Analysis Discover the factors driving business performance Overview Multidimensional analysis is a powerful means of extracting maximum value from your corporate

More information

B.Sc. in Computer Information Systems Study Plan

B.Sc. in Computer Information Systems Study Plan 195 Study Plan University Compulsory Courses Page ( 64 ) University Elective Courses Pages ( 64 & 65 ) Faculty Compulsory Courses 16 C.H 27 C.H 901010 MATH101 CALCULUS( I) 901020 MATH102 CALCULUS (2) 171210

More information

G Cloud Services Definition Document. Compliance Service. Invigilatis Limited. Contents. Pages. Invigilatis Applications 1.

G Cloud Services Definition Document. Compliance Service. Invigilatis Limited. Contents. Pages. Invigilatis Applications 1. G Cloud Services Definition Document Compliance Service Invigilatis Limited Contents Pages Invigilatis Applications 1 Modules 2 Business Intelligence 3 Service Definition 4-6 Service Levels Access Upgrades

More information

CHAPTER 2 DATABASE MANAGEMENT SYSTEM AND SECURITY

CHAPTER 2 DATABASE MANAGEMENT SYSTEM AND SECURITY CHAPTER 2 DATABASE MANAGEMENT SYSTEM AND SECURITY 2.1 Introduction In this chapter, I am going to introduce Database Management Systems (DBMS) and the Structured Query Language (SQL), its syntax and usage.

More information

INFORMATION TECHNOLOGY CONTROLS

INFORMATION TECHNOLOGY CONTROLS CHAPTER 14 INFORMATION TECHNOLOGY CONTROLS SCOPE This chapter addresses requirements common to all financial accounting systems and is not limited to the statewide financial accounting system, ENCOMPASS,

More information

Oracle Warehouse Builder 10g

Oracle Warehouse Builder 10g Oracle Warehouse Builder 10g Architectural White paper February 2004 Table of contents INTRODUCTION... 3 OVERVIEW... 4 THE DESIGN COMPONENT... 4 THE RUNTIME COMPONENT... 5 THE DESIGN ARCHITECTURE... 6

More information

ICOM 6005 Database Management Systems Design. Dr. Manuel Rodríguez Martínez Electrical and Computer Engineering Department Lecture 2 August 23, 2001

ICOM 6005 Database Management Systems Design. Dr. Manuel Rodríguez Martínez Electrical and Computer Engineering Department Lecture 2 August 23, 2001 ICOM 6005 Database Management Systems Design Dr. Manuel Rodríguez Martínez Electrical and Computer Engineering Department Lecture 2 August 23, 2001 Readings Read Chapter 1 of text book ICOM 6005 Dr. Manuel

More information

AV-005: Administering and Implementing a Data Warehouse with SQL Server 2014

AV-005: Administering and Implementing a Data Warehouse with SQL Server 2014 AV-005: Administering and Implementing a Data Warehouse with SQL Server 2014 Career Details Duration 105 hours Prerequisites This career requires that you meet the following prerequisites: Working knowledge

More information

In-memory databases and innovations in Business Intelligence

In-memory databases and innovations in Business Intelligence Database Systems Journal vol. VI, no. 1/2015 59 In-memory databases and innovations in Business Intelligence Ruxandra BĂBEANU, Marian CIOBANU University of Economic Studies, Bucharest, Romania babeanu.ruxandra@gmail.com,

More information

Data Warehousing. Paper 133-25

Data Warehousing. Paper 133-25 Paper 133-25 The Power of Hybrid OLAP in a Multidimensional World Ann Weinberger, SAS Institute Inc., Cary, NC Matthias Ender, SAS Institute Inc., Cary, NC ABSTRACT Version 8 of the SAS System brings powerful

More information

Course 6234A: Implementing and Maintaining Microsoft SQL Server 2008 Analysis Services

Course 6234A: Implementing and Maintaining Microsoft SQL Server 2008 Analysis Services Course 6234A: Implementing and Maintaining Microsoft SQL Server 2008 Analysis Services Length: Delivery Method: 3 Days Instructor-led (classroom) About this Course Elements of this syllabus are subject

More information

ETL-EXTRACT, TRANSFORM & LOAD TESTING

ETL-EXTRACT, TRANSFORM & LOAD TESTING ETL-EXTRACT, TRANSFORM & LOAD TESTING Rajesh Popli Manager (Quality), Nagarro Software Pvt. Ltd., Gurgaon, INDIA rajesh.popli@nagarro.com ABSTRACT Data is most important part in any organization. Data

More information

LITERATURE SURVEY ON DATA WAREHOUSE AND ITS TECHNIQUES

LITERATURE SURVEY ON DATA WAREHOUSE AND ITS TECHNIQUES LITERATURE SURVEY ON DATA WAREHOUSE AND ITS TECHNIQUES MUHAMMAD KHALEEL (0912125) SZABIST KARACHI CAMPUS Abstract. Data warehouse and online analytical processing (OLAP) both are core component for decision

More information

IT0457 Data Warehousing. G.Lakshmi Priya & Razia Sultana.A Assistant Professor/IT

IT0457 Data Warehousing. G.Lakshmi Priya & Razia Sultana.A Assistant Professor/IT IT0457 Data Warehousing G.Lakshmi Priya & Razia Sultana.A Assistant Professor/IT Outline What is data warehousing The benefit of data warehousing Differences between OLTP and data warehousing The architecture

More information

Data Warehousing and Data Mining

Data Warehousing and Data Mining Data Warehousing and Data Mining Part I: Data Warehousing Gao Cong gaocong@cs.aau.dk Slides adapted from Man Lung Yiu and Torben Bach Pedersen Course Structure Business intelligence: Extract knowledge

More information

ORACLE DATABASE 10G ENTERPRISE EDITION

ORACLE DATABASE 10G ENTERPRISE EDITION ORACLE DATABASE 10G ENTERPRISE EDITION OVERVIEW Oracle Database 10g Enterprise Edition is ideal for enterprises that ENTERPRISE EDITION For enterprises of any size For databases up to 8 Exabytes in size.

More information

POLAR IT SERVICES. Business Intelligence Project Methodology

POLAR IT SERVICES. Business Intelligence Project Methodology POLAR IT SERVICES Business Intelligence Project Methodology Table of Contents 1. Overview... 2 2. Visualize... 3 3. Planning and Architecture... 4 3.1 Define Requirements... 4 3.1.1 Define Attributes...

More information

Chapter 6 Basics of Data Integration. Fundamentals of Business Analytics RN Prasad and Seema Acharya

Chapter 6 Basics of Data Integration. Fundamentals of Business Analytics RN Prasad and Seema Acharya Chapter 6 Basics of Data Integration Fundamentals of Business Analytics Learning Objectives and Learning Outcomes Learning Objectives 1. Concepts of data integration 2. Needs and advantages of using data

More information

ElegantJ BI. White Paper. The Enterprise Option Reporting Tools vs. Business Intelligence

ElegantJ BI. White Paper. The Enterprise Option Reporting Tools vs. Business Intelligence ElegantJ BI White Paper The Enterprise Option Integrated Business Intelligence and Reporting for Performance Management, Operational Business Intelligence and Data Management www.elegantjbi.com ELEGANTJ

More information

Course Structure of Three Year Degree B.A Programme in Computer Application under Semester System of Dibrugarh University (General Programme)

Course Structure of Three Year Degree B.A Programme in Computer Application under Semester System of Dibrugarh University (General Programme) Course Structure of Three Year Degree B.A Programme in Computer Application under Semester System of Dibrugarh University (General Programme) COURSE LECTURE DURATION(LD) /paper SEMESTER-I 1. Course Code:CAN101

More information

Data Mining for Successful Healthcare Organizations

Data Mining for Successful Healthcare Organizations Data Mining for Successful Healthcare Organizations For successful healthcare organizations, it is important to empower the management and staff with data warehousing-based critical thinking and knowledge

More information

The difference between. BI and CPM. A white paper prepared by Prophix Software

The difference between. BI and CPM. A white paper prepared by Prophix Software The difference between BI and CPM A white paper prepared by Prophix Software Overview The term Business Intelligence (BI) is often ambiguous. In popular contexts such as mainstream media, it can simply

More information

Microsoft 20466 - Implementing Data Models and Reports with Microsoft SQL Server

Microsoft 20466 - Implementing Data Models and Reports with Microsoft SQL Server 1800 ULEARN (853 276) www.ddls.com.au Microsoft 20466 - Implementing Data Models and Reports with Microsoft SQL Server Length 5 days Price $4070.00 (inc GST) Version C Overview The focus of this five-day

More information