Suppose that we have a Table A with only one column A1 which is indexed by B-tree. What is the cost of running query "Select count(*) from A where A1=10"

I think is O(LogN), is that right?

More Hadi Fanaee-T's questions See All
Similar questions and discussions