QuestionQ79

Database Fundamentals

Which of the following data structures is preferred for storing hierarchical data models?

  • A Stack
  • B Tree
  • C Queue
  • D Graph
Explanation

A tree represents parent-child relationships and levels naturally, making it the standard structure for hierarchical data models.

Community Discussion

No comments yet. Be the first to start the discussion!