Consider the following query :
SELECT E.eno, COUNT(*)FROM Employees EGROUP BY E.eno
If an index on eno is available, the query can be answered by scanning only the index if
(A) the index is only hash and clustered
(B) the index is only B+tree and clustered
(C) index can be hash or B+ tree and clustered or non-clustered
(D) index can be hash or B+ tree and clustered
Home Modern › Forums › ISRO › Consider the following query : If an index on eno is available, the query can be answered by scanning only the index if (A) the index is only hash and clustered Consider the following query : If an index on eno is available, the query can be answered by scanning only the index if (A) the index is only hash and clusteredSELECT E.eno, COUNT(*)FROM Employees EGROUP BY E.eno
(B) the index is only B+tree and clustered
(C) index can be hash or B+ tree and clustered or non-clustered
(D) index can be hash or B+ tree and clusteredSELECT E.eno, COUNT(*)FROM Employees EGROUP BY E.eno
(B) the index is only B+tree and clustered
(C) index can be hash or B+ tree and clustered or non-clustered
(D) index can be hash or B+ tree and clustered
nan