...
Computer-Networks
August 28, 2024
SQL
August 28, 2024
Computer-Networks
August 28, 2024
SQL
August 28, 2024

SQL

Question 123
Consider the following query :
SELECT E.eno, COUNT(*)
FROM Employees E
GROUP BY E.eno
If an index on eno is available, the query can be Solutioned 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
Correct Answer: C

Leave a Reply

Your email address will not be published. Required fields are marked *