Multiple choice technology databases 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. None of the above Reveal answer Fill a bubble to check yourself C Correct answer Explanation An index is a database structure associated with a table attribute that improves the speed of data retrieval operations. It does not replace aliases or define table joins.