A database table stores customer information, including ID, name, and order dates. Which index would be most suitable to improve the performance of queries that search for customers by name?
Primary index on the customer ID column
Hash index on the order date column
Overlook minor misbehaviors
Impose harsh punishments for any infraction

Computing Exercises are loading ...