• Courses
  • Tutorials
  • Jobs
  • Practice
  • Contests

GATE | GATE CS 2011 | Question 39

Consider a relational table r with sufficient number of records, having attributes A1, A2,…, An and let 1 <= p <= n. Two queries Q1 and Q2 are given below. GATE2011DBMS1 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 hashing for both queries

(B)

Hashing will always outperform ordered indexing for both queries

(C)

Hashing will outperform ordered indexing on Q1, but not on Q2

(D)

Hashing will outperform ordered indexing on Q2, but not on Q1.

Answer

Please comment below if you find anything wrong in the above post
Feeling lost in the world of random DSA topics, wasting time without progress? It's time for a change! Join our DSA course, where we'll guide you on an exciting journey to master DSA efficiently and on schedule.
Ready to dive in? Explore our Free Demo Content and join our DSA course, trusted by over 100,000 geeks!

Last Updated :
Share your thoughts in the comments