List the data structures which are used in rdbms, network data modal, and hierarchical data model.



List the data structures which are used in rdbms, network data modal, and hierarchical data model...

Answer / Parmanand Kumar

In RDBMS (Relational Database Management System), tuples or records with fixed columns are stored in tables. In Network Data Model, objects are interconnected via links to form a graph-like structure. Hierarchical Data Model uses tree-structured records where each record has a single parent.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

Which collection class is thread safe?

1 Answers  


How will you reverse Linked List.

1 Answers  


State the different ways of representing expressions?

1 Answers  


Define separate chaining?

1 Answers  


No. of possible ordered trees with n nodes ? Please give formula (if any).

2 Answers   CodeChef,


If you are given a choice to use either arraylist and linkedlist, which one would you use and why?

1 Answers  


What does bubble sort do?

1 Answers  


How do you sort an arraylist in descending order?

1 Answers  


Define data type and what are the types of data type?

1 Answers  


Which interfaces are implemented by linkedlist?

1 Answers  


What is the most used data structure?

1 Answers  


How do you do a mergesort?

1 Answers  


Categories