Multiple choice technology programming languages

INDEX NAME MUST BE UNIQUE ?

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
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.