...
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
0 0 votes
Article Rating
Subscribe
Notify of
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x
error: Alert: Content selection is disabled!!