Pearson eText for Modern Database Management -- Instant Access (Pearson+)
Pearson eText for Modern Database Management -- Instant Access (Pearson+)
13th Edition
ISBN: 9780137305940
Author: Jeffrey Hoffer, Ramesh Venkataraman
Publisher: PEARSON+
bartleby

Concept explainers

Question
Book Icon
Chapter 9, Problem 9.1RQ
Program Plan Intro

a. Definition of data warehouse.

Expert Solution
Check Mark

Explanation of Solution

Data warehouse is a large collection of data which is further used by companies for decision making process of management. The data collection is subject-oriented, integrated, time-variant and non-updateable.

Program Plan Intro

b. Definition of data mart.

Expert Solution
Check Mark

Explanation of Solution

Data mart: A data warehouse which is limited in scope is called data mart. The data stored in data warehouse is selected and summarized using extract, transform and load process.

Program Plan Intro

c. Definition of reconciled data.

Expert Solution
Check Mark

Explanation of Solution

Reconciled data: It is detailed and current data which act as single source for all decision support system. This type of data is stored for enterprise data warehouse and operational data store.

Program Plan Intro

d. Definition of derived data.

Expert Solution
Check Mark

Explanation of Solution

Derived data: Data which is being extracted, formatted and segregated for end-user decision support application is known as derived data.

Program Plan Intro

e. Definition of enterprise data warehouse.

Expert Solution
Check Mark

Explanation of Solution

Enterprise data warehouse: It is a centralized, integrated data warehouse which act as the control point and only source for all data which is being made available to end user for decision making.

Program Plan Intro

f. Definition of real-time data warehouse.

Expert Solution
Check Mark

Explanation of Solution

Real-time data warehouse: It is a type of data warehouse which stores data related to transaction in near real time feeds from system of records. It can analyze data and control business rules in near real time so that appropriate actions can be taken as per current business events. It typically stores moderate size database.

Program Plan Intro

g. Definition of star schema.

Expert Solution
Check Mark

Explanation of Solution

Star schema: It is a database design where in dimensional data is separated from fact or event data. It is simplest type of data warehouse schema. It is called star schema as it is in the shape of start and is similar to relational model where fact table is represented at the centre and multiple dimensional table are connected to the centre fact table.

Program Plan Intro

h. Definition of snowflake schema.

Expert Solution
Check Mark

Explanation of Solution

Snowflake schema: It is an extension to star schema where dimensional tables are normalized into several related tables. Normalization of dimensional tables splits this table into multiple tables and the schema diagram resembles that of snowflake.

Program Plan Intro

i. Definition of grain.

Expert Solution
Check Mark

Explanation of Solution

Grain: Grain is the description of level of details for a fact table. For example, suppose a fact table stores information related to sales of specific product in various locations on a daily basis. Then grain for this fact table will be “information of product sale by location and by day”

Program Plan Intro

j. Definition of conformed dimension.

Expert Solution
Check Mark

Explanation of Solution

Conformed dimension: It is a dimension in which multiple dimension tables which are associated with multiple fact tables has same business meaning and primary key with each fact table.

Program Plan Intro

k. Definition of static extract.

Expert Solution
Check Mark

Explanation of Solution

Static extractis a type of data extractionmethod used to capture a snapshot of required source of data at a point of time. It is used to fill the data warehouse during initial phases.

Program Plan Intro

l. Definition of incremental extract.

Expert Solution
Check Mark

Explanation of Solution

Incremental extract is also a type of data extraction method which captures only the changes that have occurred in the source data since the last capture. It is used for ongoing warehouse maintenance.

Program Plan Intro

m. Definition of refresh mode.

Expert Solution
Check Mark

Explanation of Solution

Refresh modeis a strategy used for filling the data warehouse with data where bulk rewriting of the target data is involved at periodic intervals. Target data are filled in data warehouse initially and then rewritten periodically by replacing the previous content.

Want to see more full solutions like this?

Subscribe now to access step-by-step solutions to millions of textbook problems written by subject matter experts!
Students have asked these similar questions
This is a question that I have and would like someone who has experiences with scene graphs and entity component systems to answer.For context, I am currently implementing a game engine and currently I am debating on our current design.Our current design is we have a singular game component class that every component inherits from. Where we have components like SpriteRendererComponent, Mehs Component, etc. They inherit from this GameComponent class. The point of this is being able to have O(1) access to the scene to being able to modify components to attach more components with the idea of accessing those components to specific scene objects in a scene.Now, my question is what kinds of caveauts can this cause in terms of cache coherence? I am well aware that yes its O(1) and that is great but cache coherence is going to be really bad, but would like to know more explicit details and real-life examples such as write in RAM examples on how this is bad. A follow-up question that is part…
Q4: Consider the following MAILORDER relational schema describing the data for a mail order company. (Choose five only). PARTS(Pno, Pname, Qoh, Price, Olevel) CUSTOMERS(Cno, Cname, Street, Zip, Phone) EMPLOYEES(Eno, Ename, Zip, Hdate) ZIP CODES(Zip, City) ORDERS(Ono, Cno, Eno, Received, Shipped) ODETAILS(Ono, Pno, Qty) (10 Marks) I want a detailed explanation to understand the mechanism how it is Qoh stands for quantity on hand: the other attribute names are self-explanatory. Specify and execute the following queries using the RA interpreter on the MAILORDER database schema. a. Retrieve the names of parts that cost less than $20.00. b. Retrieve the names and cities of employees who have taken orders for parts costing more than $50.00. c. Retrieve the pairs of customer number values of customers who live in the same ZIP Code. d. Retrieve the names of customers who have ordered parts from employees living in Wichita. e. Retrieve the names of customers who have ordered parts costing less…
Q4: Consider the following MAILORDER relational schema describing the data for a mail order company. (Choose five only). (10 Marks) PARTS(Pno, Pname, Qoh, Price, Olevel) CUSTOMERS(Cno, Cname, Street, Zip, Phone) EMPLOYEES(Eno, Ename, Zip, Hdate) ZIP CODES(Zip, City) ORDERS(Ono, Cno, Eno, Received, Shipped) ODETAILS(Ono, Pno, Qty) Qoh stands for quantity on hand: the other attribute names are self-explanatory. Specify and execute the following queries using the RA interpreter on the MAILORDER database schema. a. Retrieve the names of parts that cost less than $20.00. b. Retrieve the names and cities of employees who have taken orders for parts costing more than $50.00. c. Retrieve the pairs of customer number values of customers who live in the same ZIP Code. d. Retrieve the names of customers who have ordered parts from employees living in Wichita. e. Retrieve the names of customers who have ordered parts costing less than$20.00. f. Retrieve the names of customers who have not placed…

Chapter 9 Solutions

Pearson eText for Modern Database Management -- Instant Access (Pearson+)

Knowledge Booster
Background pattern image
Computer Science
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
SEE MORE QUESTIONS
Recommended textbooks for you
Text book image
Principles of Information Systems (MindTap Course...
Computer Science
ISBN:9781305971776
Author:Ralph Stair, George Reynolds
Publisher:Cengage Learning
Text book image
Principles of Information Systems (MindTap Course...
Computer Science
ISBN:9781285867168
Author:Ralph Stair, George Reynolds
Publisher:Cengage Learning
Text book image
MIS
Computer Science
ISBN:9781337681919
Author:BIDGOLI
Publisher:Cengage