The Artima Developer Community
Sponsored Link

Java Buzz Forum
Turning a recursive hierarchy into a dimension Part 1: Fixed depth

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
IT-eye weblog

Posts: 884
Nickname: iteye
Registered: Jul, 2005

IT-eye weblog is a blog about Java and Oracle technology
Turning a recursive hierarchy into a dimension Part 1: Fixed depth Posted: Dec 23, 2005 11:13 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by IT-eye weblog.
Original Post: Turning a recursive hierarchy into a dimension Part 1: Fixed depth
Feed Title: IT-eye Weblog
Feed URL: http://www.it-eye.nl/weblog/feed/
Feed Description: Where Oracle meets Java
Latest Java Buzz Posts
Latest Java Buzz Posts by IT-eye weblog
Latest Posts From IT-eye Weblog

Advertisement
One of the more challenging issues when modelling dimensions are variable depth recursive structures. The most common example is the manager-employee example. These employees both exist as a record in an employee table and are linked to one another by a recursive ID (manager_ID) which reflects to the tables sequence number (ID): Table: Employees ID Name Function Manager_ID 1 [...]

Read: Turning a recursive hierarchy into a dimension Part 1: Fixed depth

Topic: Is Java really Dying? Previous Topic   Next Topic Topic: Ruby on Rails 1.0 Released

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use