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 |
Which collection class is thread safe?
How will you reverse Linked List.
State the different ways of representing expressions?
Define separate chaining?
No. of possible ordered trees with n nodes ? Please give formula (if any).
If you are given a choice to use either arraylist and linkedlist, which one would you use and why?
What does bubble sort do?
How do you sort an arraylist in descending order?
Define data type and what are the types of data type?
Which interfaces are implemented by linkedlist?
What is the most used data structure?
How do you do a mergesort?