Categories:
.NET (357)
C (330)
C++ (184)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (2)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
What is OLAP?
What is OLAP?
✍: Guest
OLAP is an acronym for On Line Analytical Processing. It is an approach to quickly provide the answer to analytical queries that are dimensional in nature.
2014-10-29, 2048👍, 0💬
Popular Posts:
Should synchronization primitives be used on overrided bean methods? No. The EJB specification speci...
Describe in detail Basic of SAO architecture of Remoting? For these types of questions interviewer e...
In below sample code if we create a object of class2 which constructor will fire first? Public Class...
What is the benefit of using an enum rather than a #define constant? The use of an enumeration const...
If we inherit a class do the private variables also get inherited ? Yes, the variables are inherited...