Multiple choice technology databases

Tables, views , incexes are all part of database objects

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Tables store data, views are virtual tables derived from queries, and indexes improve query performance - all are fundamental database objects in Oracle. The question contains a typo ('incexes' instead of 'indexes') but the meaning is clear and the statement is correct.