What are the data structures used in RDBMS, Network data model & Hierarchical data model?
Answer / mamata nayak
data structures used in RDBMS (Relational Database management System)= Array
Network data model = Graph
Hierarchical = Tree
| Is This Answer Correct ? | 0 Yes | 0 No |
What is difference between arraylist and linkedlist?
What are the advantages and disadvantages of linked list over array?
What is the minimization factor and time complexity of b-tree?
What do you mean by union-by-weight?
Why it is important to have aligned addresses? What is the exception generated when there is a misaligned address?
Why is sorting necessary?
Which sorting algorithm is considered the fastest?
What are the different types of sorting? Explain the difference between them.
what is a balanced tree.
List out the applications of a linked list?
Write program for Quick sort ?
What is comparable interface?