Multiple choice technology testing What is an index? An index is the same as alias. An index is a special way to join 2 or more tables. An index is a database table attribute, which speeds-up data search within a table. An index is a database row attribute, which speeds-up data search within a table. Reveal answer Fill a bubble to check yourself C Correct answer Explanation An index is a schema object associated with a table that speeds up data retrieval. It acts as a table-level attribute or structure rather than an individual row-level attribute, facilitating faster searches.