How many rows will be read to evaluate the following query? seenagape 10 years ago The INVNTRY table contains 100000 rows and has an index on the column PRICE. How manyrows will be read to evaluate the following query?SELECT MIN(PRICE) FROM INVNTRY; A.1 B.2 C.100000 D.200000 ← Previous question Next question →