Data Structures Question: Download Data Structures PDF

What are the major data structures used in the following areas : RDBMS, Network data model & Hierarchical data model?

Tweet Share WhatsApp

Answer:

1. RDBMS Array (i.e. Array of structures)
2. Network data model Graph
3. Hierarchical data model Trees.

Download Data Structures PDF Read All 48 Data Structures Questions
Previous QuestionNext Question
Which file contains the definition of member functions?Difference between calloc and malloc in data structures?