How to show internal storage representation of data structure in RDBM?



How to show internal storage representation of data structure in RDBM?..

Answer / Ashish Kumar Sahu

To show the internal storage representation of a data structure in RDBM (Relational Database Management System), you would typically create tables for each data structure. Each table consists of columns representing the attributes (properties) of the data structure and rows representing individual instances of those attributes. Relationships between tables are established using foreign keys.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

Is array a data type?

1 Answers  


What is priority queue in data structure?

1 Answers  


What is internal and external sorting?

1 Answers  


List some applications of tree-data structure?

1 Answers  


Explain singly linked list in short.

1 Answers  


Devise a program to sort an array using bubble sort.

1 Answers   Wipro,


What is a treemap used for?

1 Answers  


What is tree and its properties?

1 Answers  


What do you mean by heap order property?

1 Answers  


How do you find the size of an arraylist?

1 Answers  


Are linked lists considered linear or non-linear data structures?

1 Answers  


Why would you use a linked list?

1 Answers  


Categories