Multiple choice technology databases

An Alias can be alter name forhich DB2 object

  1. Sequence

  2. Trigger

  3. Schema

  4. View

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

In DB2, an Alias is an alternative name for a View. Aliases cannot be created for Sequences, Triggers, or Schemas. An Alias provides a way to reference a View with a different name, which can be useful for simplifying names or providing application-specific naming.