173 views

1 Answer

Related questions

746
views
1 answers
0 votes
radha gogia asked Aug 15, 2015
746 views
The database can be configured to do ordered indexing on Ap or hashing on Ap. Which of the following statements is TRUE?(A) Ordered indexing will always outperform ... on Q2(D) Hashing will outperform ordered indexing on Q2, but not on Q1.
1.3k
views
2 answers
0 votes
dhruba asked Jun 5, 2023
1,286 views
Binary search is performed on a sorted array of n elements. The search key is not in the array and falls between the elements at positions m and m+1 (where 1 ≤ m < n). How ... . ceil(log(n))b. floor(log(n))c. ceil(log(m))d. floor(log(m))
4.1k
views
2 answers
0 votes
Rohit Gupta 8 asked Nov 18, 2017
4,132 views
The number of superkeys possible for the relation R(A B C D E) with {A, BC, CDE} as three candidate keys are _________.Please EXPLAIN the solution.