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 →

  • sean1813
    3 years ago+ 3 comments
    -- ROLLUP: a*b*c + (a*b)             + (a)     + 1
    -- CUBE:   a*b*c + (a*b + a*c + b*c) + (a+b+c) + 1
    
    24|
    Permalink
  • Blog
  • Scoring
  • Environment
  • FAQ
  • About Us
  • Support
  • Careers
  • Terms Of Service
  • Privacy Policy
  • Request a Feature