Multiple choice technology databases

Which of the following is not a schema object?

  1. Indexes

  2. Public synonyms

  3. Triggers

  4. Packages

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

Public synonyms are database objects that provide alternative names for tables/views, but they are NOT schema objects themselves. Schema objects are entities contained within a schema like indexes, triggers, packages, tables, and views. Synonyms are pointers/reference objects that exist outside the schema namespace.