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 |
What is queue example?
What are the advantages of data structure?
Is any implicit arguments are passed to a function when it is called?
What is the difference between push and pop?
In rdbms, explain what is the efficient data structure used in the internal storage representation?
Which type of efficient data structure is used in the internal storage representation in RDBMS?
What is the order of b tree?
Explain what are the types of collision resolution techniques and the methods used in each of the type?
How do you assign an address to an element of a pointer array ?
Define balanced trees?
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.
What is 1d array?