Search results for indexing

67 votes
5 answers
4
Consider a file of $16384$ records. Each record is $32\;\text{bytes}$ long and its key field is of size $6\;\text{bytes}$. The file is ordered on a non-key field, and the...
49 votes
4 answers
5
A file is organized so that the ordering of the data records is the same as or close to the ordering of data entries in some index. Then that index is calledDenseSparseCl...
3 votes
1 answer
12
0 votes
1 answer
13
Can anyone explain in detail about the concepts of sencondary indexing in dbms??
2 votes
1 answer
17
Here the indexing is done on ordered field so which to use Dense or Sparse because both can be done here ?
0 votes
1 answer
18
TRUE/FALSE:statement 1: secondary index may or may not be dense.statement 2: disk is considered as the maximum size of virtual memory.
0 votes
0 answers
19
Show the result of inserting the keys 9,24,19,13 in order into the following B-tree with minimum degree t=3.
0 votes
1 answer
20