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 |
How many types of arrays are there in visual basic?
What are binary search and fibonacci search?
Why sorting algorithms are important?
What is collision in data structure?
Does list maintain insertion order?
What is the difference between a hashmap and hashtable?
Why is merge sort faster?
Define quadratic probing?
Difference between hashset and treeset?
What is complete binary tree and almost complete binary tree?
An array having 100 elements have numbers from 1 to 99 randomly out of which any number is repeated. Find the repeated number in minimum time and space complexity.
Is char array null terminated?