wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

AISPRE7

Total questions: 70

Worksheet time: 1hrs 10mins

Name
Class
Date
1.

is a database designed to enable business intelligence activities

(a)  

2.

Data Warehouse helps in what?

(a)  

3.

Crucial process in data warehousing that

involves collecting data from different

sources, transforming it into a structured

format and loading it into a data

warehouse for analysis

(a)  

4.

Designed to handle a large number of short, fast and

realtime transactions. These systems ensure data

integrity, speed and concurrency making them ideal

for application where frequent transactions occur,

such as banking,retail and airline bookings.

(a)  

5.

Modern approach to data integration where raw data is first

loaded into a data warehouse before applying transformations.

ELT is commonly used in cloudbased data warehouses like

SNOWFLAKE. BIGQUERY, and AMAZON REDSHIFT,which have

powerful processing capabilities for large datasets.

(a)  

6.

Is a centralized database that integrates data from multiple sources

to provide real-time or near-real-time operational reporting. Acts as

a bridge between OLTP and data warehouses helping organizations

make quick, data-driven decisions.

(a)  

7.

serves the same role as a data warehouse, but it is

intentionally limited in scope.

(a)  

8.

Exist to support daily operations. It is cleaned and validated, but not historically deep: it may be just the data for the current day

(a)  

9.

Data warehouses are designed to

help you analyze data

(a)  

10.

means that,

once entered into the data

warehouse, data should not

change.

(a)  

11.

Data warehouses must put data

from disparate sources into a

consistent format.

(a)  

12.

A data warehouse's focus on

change over time. This is very much in

contrast to online transaction

processing (OLTP) systems

(a)  

13.

characteristics of a

data warehouse as set forth

by William Inmon:

(a)  

14.

  • - offers the industry's first and only embedded OLAP server



(a)  

15.

  • - uses a multidimensional data model to

perform complex statistical, mathematical, and

financial analysis of historical data in real time.

  • - is fully integrated in the database, so that you

can use standard SQL administrative, querying, and

reporting tools.



(a)  

16.

is more conceptual and abstract than the physical

design. You look at the logical relationships

among the objects.

(a)  

17.

you look at the most

effective way of storing and retrieving the objects as well as handling

them from a transportation and backup/recovery perspective.

(a)  

18.

involves identifying the things of

importance (entities), the properties of these things (attributes), and how they are related to

one another (relationships).

(a)  

19.

Represents a real-world object

(a)  

20.

Describe a property of an entity

(a)  

21.

Stored as table in a database and Has a unique

identifier (primary key)

(a)  

22.

Stored as a column in a table and can be unique or not

(a)  

23.

is a collection of database objects, including tables, views, indexes,

and synonyms.

(a)  

24.

defines the logical organization of data. It

helps in structuring how data is stored, related and retrieved for analysis.

(a)  

25.

The most common types of schemas used in data warehousing are:

(a)  

26.

is the simplest data warehouse schema.

(a)  

27.

are the two types of objects commonly

used in dimensional data warehouse schemas.

(a)  

28.

-Are the large tables in your data warehouse schema

-Typically contain facts and foreign keys to the dimension tables

-Represent data, usually numeric and additive, that can be analyzed and examined.

(a)  

29.

  • - Also known as lookup or reference tables, contain the relatively static data in the data warehouse.

  • - Store the information you normally use to contain queries.

  • - Are usually textual and descriptive and you can use them as the row headers of the result set.



(a)  

30.

are logical structures that use ordered levels to organize data.

(a)  

31.

represents a position in a hierarchy. It range from general to

specific, with the root level as the highest or most general level.

(a)  

32.

specify top-to-bottom ordering of levels from most

general (the root) to most a specific information. They define the parent-child

relationship between the levels in a hierarchy.

(a)  

33.

  • - are specified for one distinct record in a dimension table.

  • - are often used to avoid the potential problem of unique identifiers changing.

    • - are represented with the # character.



(a)  

34.

is a logical structure that defines how data is organized and represented in a data warehouse

(a)  

35.

three main types of schemas used in data warehouses:

(a)  

36.

is similar to a star schema, but it includes additional normalization of the dimension tables. This can reduce data redundancy and save storage space, but it can make queries more complex.

(a)  

37.

combines elements of both star and snowflake schemas, using a

combination of denormalized and normalized tables to optimize performance and reduce data redundancy.

(a)  

38.

  • - refers to a specific object or concept that is important to the organization's business operations.



(a)  

39.

  • - is a characteristic or property of an entity that is stored and analyzed for the purpose of making informed business decisions.

- are often defined as columns in a table or view, and they represent the specific details that are associated with each instance of an entity.



(a)  

40.

Types of Attributes:

(a)  

41.

are used to define the format and structure of the data that is stored in attributes.

(a)  

42.

determines the type of data that can be stored in that attribute and how

the data is processed and analyzed.

(a)  

43.

are used to store numeric values, such as integers or decimals

(a)  

44.

are used to store text or string values, such as names or descriptions.

(a)  

45.

are used to store values that represent dates or times

(a)  

46.

are used to store values that represent true or false

(a)  

47.

are used to store binary data, such as images or files

(a)  

48.

common data types used in data warehouses include:

(a)  

49.

are rules or conditions that are used to ensure that the data stored in the database is

accurate, consistent, and meets specific business requirements.

(a)  

50.

Types of Constraint:

(a)  

51.

are used to identify unique records within a table and to establish relationships between tables.

are used to ensure that data is consistent and accurate, and they help to optimize queries and data retrieval.

(a)  

52.

is a column or set of columns that uniquely identifies each row in a table.

(a)  

53.

is a column or set of columns in one table that refers to the primary key in another table.

(a)  

54.

is a column or set of columns that could potentially serve as the primary key for a table.

(a)  

55.

is a primary key that consists of multiple columns. The combination of columns must be

unique to identify each row in the table.

(a)  

56.

is an artificially created primary key that is used in place of a natural primary key.

(a)  

57.

is a connection between tables that enables data to be retrieved and analyzed across multiple tables.

(a)  

58.

each row in one table is related to exactly one row in another table.

This type of relationship is not commonly used in data warehouses, as it is often more efficient to combine the tables into a single table.

(a)  

59.

each row in one table can be related to multiple rows in another table.

(a)  

60.

multiple rows in one table can be related to multiple rows in

another table. This type of relationship is typically implemented using a bridge or junction table that contains the keys from both tables.

(a)  

61.

-Plays the role to improve the performance of data retrieval operations.

(a)  

62.

They are used to enforce data quality and prevent data inconsistencies and errors.

(a)  

63.

is a pre-computed table or summary of data from one or more tables in the

warehouse.

(a)  

64.

used to organize and categorize data into meaningful and intuitive groupings.

(a)  

65.

It is the process in a data warehouse involves retrieving data from various sources, transforming it to meet the requirements of the target system, and loading it into the data warehouse.

(a)  

66.

involves retrieving data from various sources, transforming it to meet the requirements

of the target system, and loading it into the data warehouse.

(a)  

67.

refers to the movement of data from the source systems to the data

warehouse.

(a)  

68.

involves transferring the data from the staging area into the data warehouse.

(a)  

69.

is a process used in data warehousing to capture

changes to data in source systems and replicate them in the data warehouse.

(a)  

70.

common way of introducing data warehousing is to refer to the characteristics of a data warehouse as set forth by:

(a)