List the data structures which are used in rdbms.



List the data structures which are used in rdbms...

Answer / Mohammad Yusuf

Relational Database Management Systems (RDBMS) typically use table data structures. Each table can be thought of as a collection of related records, and each record consists of a set of fields or columns. The basic data structure for this is a two-dimensional array.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

What is queue example?

1 Answers  


What are the advantages of data structure?

1 Answers  


Is any implicit arguments are passed to a function when it is called?

1 Answers  


What is the difference between push and pop?

1 Answers  


In rdbms, explain what is the efficient data structure used in the internal storage representation?

1 Answers  


Which type of efficient data structure is used in the internal storage representation in RDBMS?

1 Answers   Accenture,


What is the order of b tree?

1 Answers  


Explain what are the types of collision resolution techniques and the methods used in each of the type?

1 Answers  


How do you assign an address to an element of a pointer array ?

1 Answers  


Define balanced trees?

1 Answers  


Q # 1 : in which graph algorithm do we start finding vertices that should be first in the topological order and then apploy the fact that every vertex must come before its successors in the topolgical order.

3 Answers  


What is 1d array?

1 Answers  


Categories