Multiple choice technology databases

Which of the following is not a schema object :

  1. Indexes

  2. tables

  3. public synonyms

  4. triggers

  5. packages

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

In Oracle databases, schema objects are owned by a specific database user. Tables, indexes, triggers, and packages reside within a user's schema. A public synonym, however, is a database-wide alias that does not belong to any individual schema, making it a non-schema object.