Analytic Data Query
(Redirected from analytical data queri)
		
		
		
		Jump to navigation
		Jump to search
		An Analytic Data Query is a data query that supports a data analysis task.
- Context:
- It can (often) be accepted by an Analytical Data Querying System.
- It can range from being an Offline Analytic Query to being an Interactive Analytic Query (such as an OLAP query).
- …
 
- Example(s):
- a SQL-based Analytical Query, such as: SELECT AVG(age) FROM customers.
- …
 
- a SQL-based Analytical Query, such as: 
- Counter-Example(s):
- See: Hive SELECT Query, Aggregation Query.