We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
  • Hackerrank Home
  • Prepare
    NEW
  • Certify
  • Compete
  • Career Fair
  • Hiring developers?
  1. Prepare
  2. Databases
  3. OLAP
  4. OLAP Operation Types
  5. Discussions

OLAP Operation Types

Problem
Submissions
Discussions

    You are viewing a single comment's thread. Return to all comments →

  • roshnimiranda98
    2 years ago+ 0 comments

    need to do trial and error for this...

    if we consider a,b,c,d,e,f

    then,

    d = a*b*c ;;

    e = (a*b*c) + (a*b + b*c + a*c) + (a+b+c) + 1 -- CUBE ;;

    f = (a*b*c) + (a*b) + a + 1 --ROLLUP

    0|
    Permalink
  • Blog
  • Scoring
  • Environment
  • FAQ
  • About Us
  • Support
  • Careers
  • Terms Of Service
  • Privacy Policy