Questions Related to databases

Multiple choice technology databases
  1. Alias for a schema object

  2. Provide security by hiding the name of the object

  3. Provide security by hiding the schema owner of the object

  4. Reduce complexity in SQLs by creating short synonyms names for objects with long names

  5. By granting privilege to synonym, granting privilege to the underlying object can be avoided

Reveal answer Fill a bubble to check yourself
E Correct answer
Multiple choice technology databases
  1. Error - Table or view does not exist

  2. Error - Synonym translation is invalid

  3. Output – all the rows of S1.T1

  4. Output – no rows retrieved

Reveal answer Fill a bubble to check yourself
C Correct answer