About this question
There is a particular scenario where n has a large dataset in a table named is “products” and the column has “product_category” which has many rows with the value of “electronics”. What is the importance of using an index on the “product category’’ column, especially during the process of querying all products belonging to the electronics category? How can the presence of an index impact the performance of a query?