INDEX NAME MUST BE UNIQUE ?
A
Correct answer
Explanation
In database systems, index names must be unique within a schema or table to avoid conflicts. This allows the database to uniquely identify which index to maintain or query when referenced by name in DDL or DML statements.