Multiple choice technology mainframe

________means another name for the table, but is private to the user who created it.

  1. Aliases

  2. Synonym

  3. Both 1 & 2

  4. None of the above

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

A synonym in DB2 is a private alternative name created for a table or view, visible only to its creator. Conversely, an alias is public and can be used by other users or even refer to remote tables, distinguishing synonyms from aliases.