Hierarchical display of items in database.

Some websites will have hierarchical display of items. (For eg, on click of a + symbol, all items under this item gets listed.). How do you store such structure in database (Note: You can store as XML object. But how do you store in database tables without using XML) ?

Showing Answers 1 - 3 of 3 Answers

Sudhindra BK

  • Sep 21st, 2007
 

You can use "hierarchies" (which is available with most RDBMSes) and store this type of data.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions