Data Mining Query Language
Data Mining Query Language (DMQL) can be used to extract the information we require. There are 2 language primitives in defining a data warehouse. One for cube definition and one for dimensions definition. the DMQL structure is as follows:
Define cube (cube_name)[(dimension_list)]:(measure_list)
Define dimension (dimension_name) as ((attribute_or_subdimension_list))
OLAP operations in the multidimensional data model:
|
each dimension contains multiple levels of abstraction defined by concept hierarchies | |||||||||||
|
this allows the user to view data from different perspectives | |||||||||||
|
OLAP operation:
|
Information on this page are based on Data Mining & Datawarehousing, Farhad Daneshgar, 2001.